Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1580 for (const OMPTraitSelector &ParentSelector : ParentSet.Selectors) { in parseOMPDeclareVariantMatchClause() local
1583 if (Selector.Kind != ParentSelector.Kind) in parseOMPDeclareVariantMatchClause()
1587 ParentSelector.Properties) { in parseOMPDeclareVariantMatchClause()
1599 Selector.ScoreOrCondition == ParentSelector.ScoreOrCondition) in parseOMPDeclareVariantMatchClause()
1605 ParentSelector.ScoreOrCondition) { in parseOMPDeclareVariantMatchClause()
1609 << getOpenMPContextTraitSelectorName(ParentSelector.Kind) in parseOMPDeclareVariantMatchClause()
1618 Set.Selectors.push_back(ParentSelector); in parseOMPDeclareVariantMatchClause()