Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DSymbolTable.h179 void setHasPrototypeDeclaration() { prototypeDeclaration = true; } in setHasPrototypeDeclaration() function
DParseHelper.cpp1834 symbolTableFunction->setHasPrototypeDeclaration(); in addFunctionPrototypeDeclaration()