Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/
DOpenMPClause.cpp2501 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()
/openbsd/src/gnu/llvm/clang/lib/Parse/
DParseOpenMP.cpp873 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()
/openbsd/src/gnu/llvm/clang/include/clang/Parse/
DParser.h52 struct OMPTraitProperty;
3251 void parseOMPTraitPropertyKind(OMPTraitProperty &TIProperty,
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DOpenMPClause.h8767 struct OMPTraitProperty { struct
8777 llvm::SmallVector<OMPTraitProperty, 1> Properties; argument
8832 for (const OMPTraitProperty &Property : Selector.Properties) { in isExtensionActive()
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DAttr.td229 // OMPTraitSelector := {Kind, Expr, list<OMPTraitProperty>}
230 // OMPTraitProperty := {Kind}