Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1591 for (const OMPTraitSelector &ParentSelector : ParentSet.Selectors) { in parseOMPDeclareVariantMatchClause() local
1594 if (Selector.Kind != ParentSelector.Kind) in parseOMPDeclareVariantMatchClause()
1598 ParentSelector.Properties) { in parseOMPDeclareVariantMatchClause()
1610 Selector.ScoreOrCondition == ParentSelector.ScoreOrCondition) in parseOMPDeclareVariantMatchClause()
1616 ParentSelector.ScoreOrCondition) { in parseOMPDeclareVariantMatchClause()
1620 << getOpenMPContextTraitSelectorName(ParentSelector.Kind) in parseOMPDeclareVariantMatchClause()
1629 Set.Selectors.push_back(ParentSelector); in parseOMPDeclareVariantMatchClause()