Searched refs:parseInvariantDeclaration (Results 1 – 4 of 4) sorted by relevance
174 …TIntermAggregate *parseInvariantDeclaration(const TSourceLoc &invariantLoc, const TSourceLoc &iden…
858 $$.intermAggregate = context->parseInvariantDeclaration(@1, @2, $2.string, $2.symbol);
3461 …(yyval.interm).intermAggregate = context->parseInvariantDeclaration((yylsp[-1]), (yylsp[0]), (yyvs… in yyparse()
1627 TIntermAggregate *TParseContext::parseInvariantDeclaration(const TSourceLoc &invariantLoc, in parseInvariantDeclaration() function in TParseContext