Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2608 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()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp884 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()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h49 struct OMPTraitProperty;
3397 void parseOMPTraitPropertyKind(OMPTraitProperty &TIProperty,
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h8903 struct OMPTraitProperty { struct
8913 llvm::SmallVector<OMPTraitProperty, 1> Properties; argument
8968 for (const OMPTraitProperty &Property : Selector.Properties) { in isExtensionActive()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td244 // OMPTraitSelector := {Kind, Expr, list<OMPTraitProperty>}
245 // OMPTraitProperty := {Kind}