Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Parse/
HDParseOpenMP.cpp1597 for (const OMPTraitProperty &ParentProperty : in parseOMPDeclareVariantMatchClause() local
1602 if (Property.Kind != ParentProperty.Kind) in parseOMPDeclareVariantMatchClause()
1607 MergedProperty |= Property.RawString == ParentProperty.RawString; in parseOMPDeclareVariantMatchClause()
1609 if (Property.RawString == ParentProperty.RawString && in parseOMPDeclareVariantMatchClause()
1619 ParentProperty.Kind, ParentProperty.RawString) in parseOMPDeclareVariantMatchClause()
1625 Selector.Properties.push_back(ParentProperty); in parseOMPDeclareVariantMatchClause()