Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1574 for (const OMPTraitSet &ParentSet : ParentTI->Sets) { in parseOMPDeclareVariantMatchClause() local
1577 if (Set.Kind != ParentSet.Kind) in parseOMPDeclareVariantMatchClause()
1580 for (const OMPTraitSelector &ParentSelector : ParentSet.Selectors) { in parseOMPDeclareVariantMatchClause()
1610 << getOpenMPContextTraitSetName(ParentSet.Kind); in parseOMPDeclareVariantMatchClause()
1622 TI.Sets.push_back(ParentSet); in parseOMPDeclareVariantMatchClause()