Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
Dglslang.y598 context->enterStructDeclaration(@1, ImmutableString($1.string));
1433 …: STRUCT identifier LEFT_BRACE { context->enterStructDeclaration(@2, ImmutableString($2.string)); …
1436 …| STRUCT LEFT_BRACE { context->enterStructDeclaration(@2, kEmptyImmutableString); } struct_declara…
DParseContext.h421 void enterStructDeclaration(const TSourceLoc &line, const ImmutableString &identifier);
Dglslang_tab_autogen.cpp3136 context->enterStructDeclaration((yylsp[-1]), ImmutableString((yyvsp[-1].lex).string)); in yyparse()
4798 context->enterStructDeclaration((yylsp[-1]), ImmutableString((yyvsp[-1].lex).string)); in yyparse()
4816 context->enterStructDeclaration((yylsp[0]), kEmptyImmutableString); in yyparse()
DParseContext.cpp4740 void TParseContext::enterStructDeclaration(const TSourceLoc &line, in enterStructDeclaration() function in sh::TParseContext