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.cpp1544 for (const OMPTraitSelector &ParentSelector : ParentSet.Selectors) { in parseOMPDeclareVariantMatchClause() local
1547 if (Selector.Kind != ParentSelector.Kind) in parseOMPDeclareVariantMatchClause()
1551 ParentSelector.Properties) { in parseOMPDeclareVariantMatchClause()
1563 Selector.ScoreOrCondition == ParentSelector.ScoreOrCondition) in parseOMPDeclareVariantMatchClause()
1569 ParentSelector.ScoreOrCondition) { in parseOMPDeclareVariantMatchClause()
1573 << getOpenMPContextTraitSelectorName(ParentSelector.Kind) in parseOMPDeclareVariantMatchClause()
1582 Set.Selectors.push_back(ParentSelector); in parseOMPDeclareVariantMatchClause()