Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp779 OMPParallelSectionsDirective *OMPParallelSectionsDirective::Create( in Create()
783 auto *Dir = createDirective<OMPParallelSectionsDirective>( in Create()
790 OMPParallelSectionsDirective *
791 OMPParallelSectionsDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
793 return createEmptyDirective<OMPParallelSectionsDirective>( in CreateEmpty()
H A DStmtProfile.cpp1083 const OMPParallelSectionsDirective *S) { in VisitOMPParallelSectionsDirective()
H A DStmtPrinter.cpp861 OMPParallelSectionsDirective *Node) { in VisitOMPParallelSectionsDirective()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2436 class OMPParallelSectionsDirective : public OMPExecutableDirective {
2448 OMPParallelSectionsDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPParallelSectionsDirective() function
2455 explicit OMPParallelSectionsDirective() in OMPParallelSectionsDirective() function
2478 static OMPParallelSectionsDirective *
2489 static OMPParallelSectionsDirective *
2497 return const_cast<OMPParallelSectionsDirective *>(this) in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h3134 DEF_TRAVERSE_STMT(OMPParallelSectionsDirective,
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td246 def OMPParallelSectionsDirective : StmtNode<OMPExecutableDirective>;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2534 OMPParallelSectionsDirective *D) { in VisitOMPParallelSectionsDirective()
3689 S = OMPParallelSectionsDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2556 OMPParallelSectionsDirective *D) { in VisitOMPParallelSectionsDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp268 EmitOMPParallelSectionsDirective(cast<OMPParallelSectionsDirective>(*S)); in EmitStmt()
H A DCGStmtOpenMP.cpp1378 cast<OMPParallelSectionsDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
4304 else if (auto *OPSD = dyn_cast<OMPParallelSectionsDirective>(&S)) in EmitSections()
4765 const OMPParallelSectionsDirective &S) { in EmitOMPParallelSectionsDirective()
H A DCodeGenFunction.h3873 void EmitOMPParallelSectionsDirective(const OMPParallelSectionsDirective &S);
H A DCGOpenMPRuntime.cpp1219 else if (const auto *OPSD = dyn_cast<OMPParallelSectionsDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9820 OMPParallelSectionsDirective *D) { in TransformOMPParallelSectionsDirective()
H A DSemaOpenMP.cpp11011 return OMPParallelSectionsDirective::Create( in ActOnOpenMPParallelSectionsDirective()