Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/
H A DParseContext.h678 TIntermFunctionPrototype *createPrototypeNodeFromFunction(const TFunction &function,
H A DParseContext.cpp4424 TIntermFunctionPrototype *TParseContext::createPrototypeNodeFromFunction( in createPrototypeNodeFromFunction() function in sh::TParseContext
4475 createPrototypeNodeFromFunction(*function, location, false); in addFunctionPrototypeDeclaration()
4537 *prototypeOut = createPrototypeNodeFromFunction(*function, location, true); in parseFunctionDefinitionHeader()