Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/
H A DParseContext.h332 TFunction *parseFunctionDeclarator(const TSourceLoc &location, TFunction *function);
H A Dglslang.y639 $$.function = context->parseFunctionDeclarator(@2, $1);
H A Dglslang_tab_autogen.cpp2947 context->parseFunctionDeclarator((yylsp[0]), (yyvsp[-1].interm.function)); in yyparse()
H A DParseContext.cpp4548 TFunction *TParseContext::parseFunctionDeclarator(const TSourceLoc &location, TFunction *function) in parseFunctionDeclarator() function in sh::TParseContext