Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DParseContext.h666 TIntermFunctionPrototype *createPrototypeNodeFromFunction(const TFunction &function,
DParseContext.cpp4279 TIntermFunctionPrototype *TParseContext::createPrototypeNodeFromFunction( in createPrototypeNodeFromFunction() function in sh::TParseContext
4339 createPrototypeNodeFromFunction(*function, location, false); in addFunctionPrototypeDeclaration()
4401 *prototypeOut = createPrototypeNodeFromFunction(*function, location, true); in parseFunctionDefinitionHeader()