Searched refs:OMPTraitProperty (Results 1 – 5 of 5) sorted by relevance
2608 for (const OMPTraitProperty &Property : Selector.Properties) in getAsVariantMatchInfo()2663 for (const OMPTraitProperty &Property : Selector.Properties) { in print()2694 for (const OMPTraitProperty &Property : Selector.Properties) in getMangledName()2724 Selector.Properties.push_back(OMPTraitProperty()); in OMPTraitInfo()2725 OMPTraitProperty &Property = Selector.Properties.back(); in OMPTraitInfo()
884 void Parser::parseOMPTraitPropertyKind(OMPTraitProperty &TIProperty, in parseOMPTraitPropertyKind()956 OMPTraitProperty &TIProperty, in checkExtensionProperty()978 auto IsMatchExtension = [](OMPTraitProperty &TP) { in checkExtensionProperty()988 for (OMPTraitProperty &SeenProp : TISelector.Properties) in checkExtensionProperty()1011 OMPTraitProperty TIProperty; in parseOMPContextProperty()1597 for (const OMPTraitProperty &ParentProperty : in parseOMPDeclareVariantMatchClause()1600 for (OMPTraitProperty &Property : Selector.Properties) { in parseOMPDeclareVariantMatchClause()
49 struct OMPTraitProperty;3397 void parseOMPTraitPropertyKind(OMPTraitProperty &TIProperty,
8903 struct OMPTraitProperty { struct8913 llvm::SmallVector<OMPTraitProperty, 1> Properties; argument8968 for (const OMPTraitProperty &Property : Selector.Properties) { in isExtensionActive()
244 // OMPTraitSelector := {Kind, Expr, list<OMPTraitProperty>}245 // OMPTraitProperty := {Kind}