Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DSymbol.h226 void setHasPrototypeDeclaration() { mHasPrototypeDeclaration = true; } in setHasPrototypeDeclaration() function
DSymbolTable.cpp138 function->setHasPrototypeDeclaration(); in markFunctionHasPrototypeDeclaration()
/external/swiftshader/src/OpenGL/compiler/
DSymbolTable.h179 void setHasPrototypeDeclaration() { prototypeDeclaration = true; } in setHasPrototypeDeclaration() function
DParseHelper.cpp1842 symbolTableFunction->setHasPrototypeDeclaration(); in addFunctionPrototypeDeclaration()