Searched refs:OMPTraitProperty (Results 1 – 5 of 5) sorted by relevance
2501 for (const OMPTraitProperty &Property : Selector.Properties) in getAsVariantMatchInfo()2556 for (const OMPTraitProperty &Property : Selector.Properties) { in print()2587 for (const OMPTraitProperty &Property : Selector.Properties) in getMangledName()2617 Selector.Properties.push_back(OMPTraitProperty()); in OMPTraitInfo()2618 OMPTraitProperty &Property = Selector.Properties.back(); in OMPTraitInfo()
873 void Parser::parseOMPTraitPropertyKind(OMPTraitProperty &TIProperty, in parseOMPTraitPropertyKind()945 OMPTraitProperty &TIProperty, in checkExtensionProperty()967 auto IsMatchExtension = [](OMPTraitProperty &TP) { in checkExtensionProperty()977 for (OMPTraitProperty &SeenProp : TISelector.Properties) in checkExtensionProperty()1000 OMPTraitProperty TIProperty; in parseOMPContextProperty()1585 for (const OMPTraitProperty &ParentProperty : in parseOMPDeclareVariantMatchClause()1588 for (OMPTraitProperty &Property : Selector.Properties) { in parseOMPDeclareVariantMatchClause()
52 struct OMPTraitProperty;3251 void parseOMPTraitPropertyKind(OMPTraitProperty &TIProperty,
8767 struct OMPTraitProperty { struct8777 llvm::SmallVector<OMPTraitProperty, 1> Properties; argument8832 for (const OMPTraitProperty &Property : Selector.Properties) { in isExtensionActive()
229 // OMPTraitSelector := {Kind, Expr, list<OMPTraitProperty>}230 // OMPTraitProperty := {Kind}