Home
last modified time | relevance | path

Searched refs:parseVariableIdentifier (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/src/compiler/translator/
H A DParseContext.h121 TIntermTyped *parseVariableIdentifier(const TSourceLoc &location,
H A Dglslang.y265 $$ = context->parseVariableIdentifier(@1, ImmutableString($1.string), $1.symbol);
H A Dglslang_tab_autogen.cpp2268 (yyval.interm.intermTypedNode) = context->parseVariableIdentifier( in yyparse()
H A DParseContext.cpp2673 TIntermTyped *TParseContext::parseVariableIdentifier(const TSourceLoc &location, in parseVariableIdentifier() function in sh::TParseContext