Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.h311 TFunction *parseFunctionHeader(const TPublicType &type,
Dglslang.y690 $$ = context->parseFunctionHeader($1, ImmutableString($2.string), @2);
Dglslang_tab_autogen.cpp3301 (yyval.interm.function) = context->parseFunctionHeader( in yyparse()
DParseContext.cpp4058 TFunction *TParseContext::parseFunctionHeader(const TPublicType &type, in parseFunctionHeader() function in sh::TParseContext