Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DParseContext.h598 TIntermFunctionPrototype *createPrototypeNodeFromFunction(const TFunction &function,
DParseContext.cpp3334 TIntermFunctionPrototype *TParseContext::createPrototypeNodeFromFunction( in createPrototypeNodeFromFunction() function in sh::TParseContext
3394 createPrototypeNodeFromFunction(*function, location, false); in addFunctionPrototypeDeclaration()
3456 *prototypeOut = createPrototypeNodeFromFunction(*function, location, true); in parseFunctionDefinitionHeader()