Home
last modified time | relevance | path

Searched refs:OMPTeamsGenericLoopDirective (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp2339 OMPTeamsGenericLoopDirective *OMPTeamsGenericLoopDirective::Create( in Create()
2343 auto *Dir = createDirective<OMPTeamsGenericLoopDirective>( in Create()
2374 OMPTeamsGenericLoopDirective *
2375 OMPTeamsGenericLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
2378 return createEmptyDirective<OMPTeamsGenericLoopDirective>( in CreateEmpty()
H A DStmtProfile.cpp1240 const OMPTeamsGenericLoopDirective *S) { in VisitOMPTeamsGenericLoopDirective()
H A DStmtPrinter.cpp1101 OMPTeamsGenericLoopDirective *Node) { in VisitOMPTeamsGenericLoopDirective()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DStmtNodes.td291 def OMPTeamsGenericLoopDirective : StmtNode<OMPLoopDirective>;
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h5971 class OMPTeamsGenericLoopDirective final : public OMPLoopDirective {
5980 OMPTeamsGenericLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTeamsGenericLoopDirective() function
5990 explicit OMPTeamsGenericLoopDirective(unsigned CollapsedNum) in OMPTeamsGenericLoopDirective() function
6006 static OMPTeamsGenericLoopDirective *
6018 static OMPTeamsGenericLoopDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3150 DEF_TRAVERSE_STMT(OMPTeamsGenericLoopDirective,
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp2656 OMPTeamsGenericLoopDirective *D) { in VisitOMPTeamsGenericLoopDirective()
3671 S = OMPTeamsGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2632 OMPTeamsGenericLoopDirective *D) { in VisitOMPTeamsGenericLoopDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h9347 OMPTeamsGenericLoopDirective *D) { in TransformOMPTeamsGenericLoopDirective()
H A DSemaOpenMP.cpp10524 return OMPTeamsGenericLoopDirective::Create( in ActOnOpenMPTeamsGenericLoopDirective()