Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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.cpp1012 const OMPParallelSectionsDirective *S) { in VisitOMPParallelSectionsDirective()
H A DStmtPrinter.cpp822 OMPParallelSectionsDirective *Node) { in VisitOMPParallelSectionsDirective()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h2384 class OMPParallelSectionsDirective : public OMPExecutableDirective {
2396 OMPParallelSectionsDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPParallelSectionsDirective() function
2403 explicit OMPParallelSectionsDirective() in OMPParallelSectionsDirective() function
2426 static OMPParallelSectionsDirective *
2437 static OMPParallelSectionsDirective *
2445 return const_cast<OMPParallelSectionsDirective *>(this) in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h2998 DEF_TRAVERSE_STMT(OMPParallelSectionsDirective,
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DStmtNodes.td241 def OMPParallelSectionsDirective : StmtNode<OMPExecutableDirective>;
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp2426 OMPParallelSectionsDirective *D) { in VisitOMPParallelSectionsDirective()
3387 S = OMPParallelSectionsDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2346 OMPParallelSectionsDirective *D) { in VisitOMPParallelSectionsDirective()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp250 EmitOMPParallelSectionsDirective(cast<OMPParallelSectionsDirective>(*S)); in EmitStmt()
H A DCGStmtOpenMP.cpp1321 cast<OMPParallelSectionsDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
4106 else if (auto *OPSD = dyn_cast<OMPParallelSectionsDirective>(&S)) in EmitSections()
4493 const OMPParallelSectionsDirective &S) { in EmitOMPParallelSectionsDirective()
H A DCodeGenFunction.h3520 void EmitOMPParallelSectionsDirective(const OMPParallelSectionsDirective &S);
H A DCGOpenMPRuntime.cpp1240 else if (const auto *OPSD = dyn_cast<OMPParallelSectionsDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2163 void VisitOMPParallelSectionsDirective(const OMPParallelSectionsDirective *D);
3112 const OMPParallelSectionsDirective *D) { in VisitOMPParallelSectionsDirective()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h8898 OMPParallelSectionsDirective *D) { in TransformOMPParallelSectionsDirective()
H A DSemaOpenMP.cpp11036 return OMPParallelSectionsDirective::Create( in ActOnOpenMPParallelSectionsDirective()