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.cpp758 OMPParallelSectionsDirective *OMPParallelSectionsDirective::Create( in Create()
762 auto *Dir = createDirective<OMPParallelSectionsDirective>( in Create()
769 OMPParallelSectionsDirective *
770 OMPParallelSectionsDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
772 return createEmptyDirective<OMPParallelSectionsDirective>( in CreateEmpty()
H A DStmtProfile.cpp1051 const OMPParallelSectionsDirective *S) { in VisitOMPParallelSectionsDirective()
H A DStmtPrinter.cpp845 OMPParallelSectionsDirective *Node) { in VisitOMPParallelSectionsDirective()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2453 class OMPParallelSectionsDirective : public OMPExecutableDirective {
2465 OMPParallelSectionsDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPParallelSectionsDirective() function
2472 explicit OMPParallelSectionsDirective() in OMPParallelSectionsDirective() function
2495 static OMPParallelSectionsDirective *
2506 static OMPParallelSectionsDirective *
2514 return const_cast<OMPParallelSectionsDirective *>(this) in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h3079 DEF_TRAVERSE_STMT(OMPParallelSectionsDirective,
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td245 def OMPParallelSectionsDirective : StmtNode<OMPExecutableDirective>;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2511 OMPParallelSectionsDirective *D) { in VisitOMPParallelSectionsDirective()
3552 S = OMPParallelSectionsDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2527 OMPParallelSectionsDirective *D) { in VisitOMPParallelSectionsDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp262 EmitOMPParallelSectionsDirective(cast<OMPParallelSectionsDirective>(*S)); in EmitStmt()
H A DCGStmtOpenMP.cpp1340 cast<OMPParallelSectionsDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
4151 else if (auto *OPSD = dyn_cast<OMPParallelSectionsDirective>(&S)) in EmitSections()
4565 const OMPParallelSectionsDirective &S) { in EmitOMPParallelSectionsDirective()
H A DCodeGenFunction.h3835 void EmitOMPParallelSectionsDirective(const OMPParallelSectionsDirective &S);
H A DCGOpenMPRuntime.cpp1224 else if (const auto *OPSD = dyn_cast<OMPParallelSectionsDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9397 OMPParallelSectionsDirective *D) { in TransformOMPParallelSectionsDirective()
H A DSemaOpenMP.cpp10945 return OMPParallelSectionsDirective::Create( in ActOnOpenMPParallelSectionsDirective()