Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1550 for (const OMPTraitProperty &ParentProperty : in parseOMPDeclareVariantMatchClause() local
1555 if (Property.Kind != ParentProperty.Kind) in parseOMPDeclareVariantMatchClause()
1560 MergedProperty |= Property.RawString == ParentProperty.RawString; in parseOMPDeclareVariantMatchClause()
1562 if (Property.RawString == ParentProperty.RawString && in parseOMPDeclareVariantMatchClause()
1572 ParentProperty.Kind, ParentProperty.RawString) in parseOMPDeclareVariantMatchClause()
1578 Selector.Properties.push_back(ParentProperty); in parseOMPDeclareVariantMatchClause()