Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2574 for (const OMPTraitSet &Set : Sets) { in getAsVariantMatchInfo()
2625 for (const OMPTraitSet &Set : Sets) { in print()
2678 for (const OMPTraitSet &Set : Sets) { in getMangledName()
2708 Sets.push_back(OMPTraitSet()); in OMPTraitInfo()
2709 OMPTraitSet &Set = Sets.back(); in OMPTraitInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1229 void Parser::parseOMPTraitSetKind(OMPTraitSet &TISet, in parseOMPTraitSetKind()
1292 OMPTraitSet &TISet, llvm::StringMap<SourceLocation> &SeenSets) { in parseOMPContextSelectorSet()
1371 OMPTraitSet TISet; in parseOMPContextSelectors()
1574 for (const OMPTraitSet &ParentSet : ParentTI->Sets) { in parseOMPDeclareVariantMatchClause()
1576 for (OMPTraitSet &Set : TI.Sets) { in parseOMPDeclareVariantMatchClause()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h47 struct OMPTraitSet;
3326 void parseOMPTraitSetKind(OMPTraitSet &TISet,
3340 void parseOMPContextSelectorSet(OMPTraitSet &TISet,
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h8875 struct OMPTraitSet { struct
8895 llvm::SmallVector<OMPTraitSet, 2> Sets; argument
8899 return llvm::any_of(Sets, [&](OMPTraitSet &Set) { in anyScoreOrCondition()
8922 for (const OMPTraitSet &Set : Sets) { in isExtensionActive()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td242 // OMPTraitInfo := {list<OMPTraitSet>}
243 // OMPTraitSet := {Kind, list<OMPTraitSelector>}