Searched refs:makeAttributes (Results 1 – 4 of 4) sorted by relevance
133 TAttributes* TParseContext::makeAttributes(const TString& identifier) const in makeAttributes() function in glslang::TParseContext143 TAttributes* TParseContext::makeAttributes(const TString& identifier, TIntermNode* node) const in makeAttributes() function in glslang::TParseContext
473 TAttributes* makeAttributes(const TString& identifier) const;474 TAttributes* makeAttributes(const TString& identifier, TIntermNode* node) const;
4160 $$ = parseContext.makeAttributes(*$1.string);4163 $$ = parseContext.makeAttributes(*$1.string, $3);
11891 (yyval.interm.attributes) = parseContext.makeAttributes(*(yyvsp[0].lex).string); in yyparse()11899 …(yyval.interm.attributes) = parseContext.makeAttributes(*(yyvsp[-3].lex).string, (yyvsp[-1].interm… in yyparse()