Searched refs:mergeAttributes (Results 1 – 5 of 5) sorted by relevance
207 static Error mergeAttributes(xmlNodePtr OriginalNode, in mergeAttributes() function512 if (auto E = mergeAttributes(OriginalRoot, AdditionalRoot)) in treeMerge()
158 TAttributes* TParseContext::mergeAttributes(TAttributes* attr1, TAttributes* attr2) const in mergeAttributes() function in glslang::TParseContext
475 TAttributes* mergeAttributes(TAttributes*, TAttributes*) const;
4155 $$ = parseContext.mergeAttributes($1, $3);
11883 …(yyval.interm.attributes) = parseContext.mergeAttributes((yyvsp[-2].interm.attributes), (yyvsp[0].… in yyparse()