Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp2428 OMPParallelGenericLoopDirective *OMPParallelGenericLoopDirective::Create( in Create()
2432 auto *Dir = createDirective<OMPParallelGenericLoopDirective>( in Create()
2463 OMPParallelGenericLoopDirective *OMPParallelGenericLoopDirective::CreateEmpty( in CreateEmpty()
2466 return createEmptyDirective<OMPParallelGenericLoopDirective>( in CreateEmpty()
H A DStmtProfile.cpp1250 const OMPParallelGenericLoopDirective *S) { in VisitOMPParallelGenericLoopDirective()
H A DStmtPrinter.cpp1113 OMPParallelGenericLoopDirective *Node) { in VisitOMPParallelGenericLoopDirective()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DStmtNodes.td293 def OMPParallelGenericLoopDirective : StmtNode<OMPLoopDirective>;
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h6102 class OMPParallelGenericLoopDirective final : public OMPLoopDirective {
6111 OMPParallelGenericLoopDirective(SourceLocation StartLoc, in OMPParallelGenericLoopDirective() function
6121 explicit OMPParallelGenericLoopDirective(unsigned CollapsedNum) in OMPParallelGenericLoopDirective() function
6137 static OMPParallelGenericLoopDirective *
6149 static OMPParallelGenericLoopDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3156 DEF_TRAVERSE_STMT(OMPParallelGenericLoopDirective,
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp2666 OMPParallelGenericLoopDirective *D) { in VisitOMPParallelGenericLoopDirective()
3687 S = OMPParallelGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2644 OMPParallelGenericLoopDirective *D) { in VisitOMPParallelGenericLoopDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h9369 OMPParallelGenericLoopDirective *D) { in TransformOMPParallelGenericLoopDirective()
H A DSemaOpenMP.cpp10621 return OMPParallelGenericLoopDirective::Create( in ActOnOpenMPParallelGenericLoopDirective()