Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseOpenMP.cpp1579 for (const OMPTraitSelector &ParentSelector : ParentSet.Selectors) { in parseOMPDeclareVariantMatchClause() local
1582 if (Selector.Kind != ParentSelector.Kind) in parseOMPDeclareVariantMatchClause()
1586 ParentSelector.Properties) { in parseOMPDeclareVariantMatchClause()
1598 Selector.ScoreOrCondition == ParentSelector.ScoreOrCondition) in parseOMPDeclareVariantMatchClause()
1604 ParentSelector.ScoreOrCondition) { in parseOMPDeclareVariantMatchClause()
1608 << getOpenMPContextTraitSelectorName(ParentSelector.Kind) in parseOMPDeclareVariantMatchClause()
1617 Set.Selectors.push_back(ParentSelector); in parseOMPDeclareVariantMatchClause()