Searched refs:findFunctionExact (Results 1 – 2 of 2) sorted by relevance
394 const TFunction* findFunctionExact(const TSourceLoc& loc, const TFunction& call, bool& builtIn);
5840 function = findFunctionExact(loc, call, builtIn); in findFunction()5852 const TFunction* TParseContext::findFunctionExact(const TSourceLoc& loc, const TFunction& call, boo… in findFunctionExact() function in glslang::TParseContext