Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DSymbol.h226 void setHasPrototypeDeclaration() { mHasPrototypeDeclaration = true; } in setHasPrototypeDeclaration()
227 bool hasPrototypeDeclaration() const { return mHasPrototypeDeclaration; } in hasPrototypeDeclaration()
257 mHasPrototypeDeclaration(false), in TFunction()
272 bool mHasPrototypeDeclaration; variable
DSymbol.cpp171 mHasPrototypeDeclaration(false), in TFunction()