Home
last modified time | relevance | path

Searched refs:OMPParallelSectionsDirective (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp701 OMPParallelSectionsDirective *OMPParallelSectionsDirective::Create( in Create()
705 auto *Dir = createDirective<OMPParallelSectionsDirective>( in Create()
712 OMPParallelSectionsDirective *
713 OMPParallelSectionsDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
715 return createEmptyDirective<OMPParallelSectionsDirective>( in CreateEmpty()
H A DStmtProfile.cpp997 const OMPParallelSectionsDirective *S) { in VisitOMPParallelSectionsDirective()
H A DStmtPrinter.cpp821 OMPParallelSectionsDirective *Node) { in VisitOMPParallelSectionsDirective()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h2383 class OMPParallelSectionsDirective : public OMPExecutableDirective {
2395 OMPParallelSectionsDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPParallelSectionsDirective() function
2402 explicit OMPParallelSectionsDirective() in OMPParallelSectionsDirective() function
2425 static OMPParallelSectionsDirective *
2436 static OMPParallelSectionsDirective *
2444 return const_cast<OMPParallelSectionsDirective *>(this) in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h3000 DEF_TRAVERSE_STMT(OMPParallelSectionsDirective,
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DStmtNodes.td240 def OMPParallelSectionsDirective : StmtNode<OMPExecutableDirective>;
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp2386 OMPParallelSectionsDirective *D) { in VisitOMPParallelSectionsDirective()
3340 S = OMPParallelSectionsDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2312 OMPParallelSectionsDirective *D) { in VisitOMPParallelSectionsDirective()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp249 EmitOMPParallelSectionsDirective(cast<OMPParallelSectionsDirective>(*S)); in EmitStmt()
H A DCGStmtOpenMP.cpp1319 cast<OMPParallelSectionsDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
4048 else if (auto *OPSD = dyn_cast<OMPParallelSectionsDirective>(&S)) in EmitSections()
4441 const OMPParallelSectionsDirective &S) { in EmitOMPParallelSectionsDirective()
H A DCodeGenFunction.h3518 void EmitOMPParallelSectionsDirective(const OMPParallelSectionsDirective &S);
H A DCGOpenMPRuntime.cpp1244 else if (const auto *OPSD = dyn_cast<OMPParallelSectionsDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2156 void VisitOMPParallelSectionsDirective(const OMPParallelSectionsDirective *D);
3090 const OMPParallelSectionsDirective *D) { in VisitOMPParallelSectionsDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h8788 OMPParallelSectionsDirective *D) { in TransformOMPParallelSectionsDirective()
H A DSemaOpenMP.cpp10953 return OMPParallelSectionsDirective::Create( in ActOnOpenMPParallelSectionsDirective()