Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DOpenMPClause.cpp2408 for (const OMPTraitSet &Set : Sets) { in getAsVariantMatchInfo()
2459 for (const OMPTraitSet &Set : Sets) { in print()
2512 for (const OMPTraitSet &Set : Sets) { in getMangledName()
2542 Sets.push_back(OMPTraitSet()); in OMPTraitInfo()
2543 OMPTraitSet &Set = Sets.back(); in OMPTraitInfo()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseOpenMP.cpp1231 void Parser::parseOMPTraitSetKind(OMPTraitSet &TISet, in parseOMPTraitSetKind()
1294 OMPTraitSet &TISet, llvm::StringMap<SourceLocation> &SeenSets) { in parseOMPContextSelectorSet()
1373 OMPTraitSet TISet; in parseOMPContextSelectors()
1625 for (const OMPTraitSet &ParentSet : ParentTI->Sets) { in parseOMPDeclareVariantMatchClause()
1627 for (OMPTraitSet &Set : TI.Sets) { in parseOMPDeclareVariantMatchClause()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h53 struct OMPTraitSet;
3161 void parseOMPTraitSetKind(OMPTraitSet &TISet,
3175 void parseOMPContextSelectorSet(OMPTraitSet &TISet,
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h8804 struct OMPTraitSet { struct
8824 llvm::SmallVector<OMPTraitSet, 2> Sets; argument
8828 return llvm::any_of(Sets, [&](OMPTraitSet &Set) { in anyScoreOrCondition()
8851 for (const OMPTraitSet &Set : Sets) { in isExtensionActive()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttr.td218 // OMPTraitInfo := {list<OMPTraitSet>}
219 // OMPTraitSet := {Kind, list<OMPTraitSelector>}