Home
last modified time | relevance | path

Searched refs:setHasPrototypeDeclaration (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DSeparateDeclarations.cpp233 newFunc->setHasPrototypeDeclaration(); in cloneFunctionAndChangeReturnType()
H A DInitializeVariables.cpp273 newFunction->setHasPrototypeDeclaration(); in CloneFunctionHeader()
/aosp_15_r20/external/angle/src/compiler/translator/
H A DSymbol.h319 void setHasPrototypeDeclaration() { mHasPrototypeDeclaration = true; } in setHasPrototypeDeclaration() function
H A DSymbolTable.cpp142 function->setHasPrototypeDeclaration(); in markFunctionHasPrototypeDeclaration()
/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DAstHelpers.cpp51 dest.setHasPrototypeDeclaration(); in AcquireFunctionExtras()