Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp1473 for (const OMPTraitSelector &ParentSelector : ParentSet.Selectors) { in parseOMPDeclareVariantMatchClause() local
1476 if (Selector.Kind != ParentSelector.Kind) in parseOMPDeclareVariantMatchClause()
1480 ParentSelector.Properties) { in parseOMPDeclareVariantMatchClause()
1492 Selector.ScoreOrCondition == ParentSelector.ScoreOrCondition) in parseOMPDeclareVariantMatchClause()
1498 ParentSelector.ScoreOrCondition) { in parseOMPDeclareVariantMatchClause()
1502 << getOpenMPContextTraitSelectorName(ParentSelector.Kind) in parseOMPDeclareVariantMatchClause()
1511 Set.Selectors.push_back(ParentSelector); in parseOMPDeclareVariantMatchClause()