Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DSymbol.h320 void setHasPrototypeDeclaration() { mHasPrototypeDeclaration = true; } in setHasPrototypeDeclaration() function
DSymbolTable.cpp142 function->setHasPrototypeDeclaration(); in markFunctionHasPrototypeDeclaration()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DAstHelpers.cpp72 dest.setHasPrototypeDeclaration(); in AcquireFunctionExtras()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DSymbolTable.h179 void setHasPrototypeDeclaration() { prototypeDeclaration = true; } in setHasPrototypeDeclaration() function
DParseHelper.cpp1842 symbolTableFunction->setHasPrototypeDeclaration(); in addFunctionPrototypeDeclaration()