Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DSymbol.h227 bool hasPrototypeDeclaration() const { return mHasPrototypeDeclaration; } in hasPrototypeDeclaration() function
DSymbolTable.cpp137 *hadPrototypeDeclarationOut = function->hasPrototypeDeclaration(); in markFunctionHasPrototypeDeclaration()