Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DSymbol.h319 void setHasPrototypeDeclaration() { mHasPrototypeDeclaration = true; } in setHasPrototypeDeclaration()
320 bool hasPrototypeDeclaration() const { return mHasPrototypeDeclaration; } in hasPrototypeDeclaration()
354 mHasPrototypeDeclaration(false),
376 mHasPrototypeDeclaration(false), in TFunction()
392 bool mHasPrototypeDeclaration : 1; variable
DSymbol.cpp198 mHasPrototypeDeclaration(false), in TFunction()