Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang.y597 context->enterStructDeclaration(@1, ImmutableString($1.string));
1432 …: STRUCT identifier LEFT_BRACE { context->enterStructDeclaration(@2, ImmutableString($2.string)); …
1435 …| STRUCT LEFT_BRACE { context->enterStructDeclaration(@2, kEmptyImmutableString); } struct_declara…
DParseContext.h415 void enterStructDeclaration(const TSourceLoc &line, const ImmutableString &identifier);
Dglslang_tab_autogen.cpp3135 context->enterStructDeclaration((yylsp[-1]), ImmutableString((yyvsp[-1].lex).string)); in yyparse()
4797 context->enterStructDeclaration((yylsp[-1]), ImmutableString((yyvsp[-1].lex).string)); in yyparse()
4815 context->enterStructDeclaration((yylsp[0]), kEmptyImmutableString); in yyparse()
DParseContext.cpp4640 void TParseContext::enterStructDeclaration(const TSourceLoc &line, in enterStructDeclaration() function in sh::TParseContext
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang.y600 if (context->enterStructDeclaration(@1, *$1.string))
1326 …: STRUCT IDENTIFIER LEFT_BRACE { if (context->enterStructDeclaration(@2, *$2.string)) context->rec…
1329 …| STRUCT LEFT_BRACE { if (context->enterStructDeclaration(@2, *$2.string)) context->recover(); } s…
DParseHelper.h219 bool enterStructDeclaration(const TSourceLoc &line, const TString& identifier);
Dglslang_tab.cpp3066 if (context->enterStructDeclaration((yylsp[-1]), *(yyvsp[-1].lex).string)) in yyparse()
4297 … { if (context->enterStructDeclaration((yylsp[-1]), *(yyvsp[-1].lex).string)) context->recover(); } in yyparse()
4311 { if (context->enterStructDeclaration((yylsp[0]), *(yyvsp[0].lex).string)) context->recover(); } in yyparse()
DParseHelper.cpp3018 bool TParseContext::enterStructDeclaration(const TSourceLoc &line, const TString& identifier) in enterStructDeclaration() function in TParseContext