Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2770 for (const OMPTraitSet &Set : Sets) { in getAsVariantMatchInfo()
2821 for (const OMPTraitSet &Set : Sets) { in print()
2874 for (const OMPTraitSet &Set : Sets) { in getMangledName()
2904 Sets.push_back(OMPTraitSet()); in OMPTraitInfo()
2905 OMPTraitSet &Set = Sets.back(); in OMPTraitInfo()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1186 void Parser::parseOMPTraitSetKind(OMPTraitSet &TISet, in parseOMPTraitSetKind()
1247 OMPTraitSet &TISet, llvm::StringMap<SourceLocation> &SeenSets) { in parseOMPContextSelectorSet()
1323 OMPTraitSet TISet; in parseOMPContextSelectors()
1538 for (const OMPTraitSet &ParentSet : ParentTI->Sets) { in parseOMPDeclareVariantMatchClause()
1540 for (OMPTraitSet &Set : TI.Sets) { in parseOMPDeclareVariantMatchClause()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h52 struct OMPTraitSet;
6343 void parseOMPTraitSetKind(OMPTraitSet &TISet,
6365 void parseOMPContextSelectorSet(OMPTraitSet &TISet,
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h9501 struct OMPTraitSet { struct
9521 llvm::SmallVector<OMPTraitSet, 2> Sets; argument
9525 return llvm::any_of(Sets, [&](OMPTraitSet &Set) { in anyScoreOrCondition()
9548 for (const OMPTraitSet &Set : Sets) { in isExtensionActive()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td256 // OMPTraitInfo := {list<OMPTraitSet>}
257 // OMPTraitSet := {Kind, list<OMPTraitSelector>}