Home
last modified time | relevance | path

Searched refs:OMPSectionDirective (Results 1 – 13 of 13) sorted by relevance

/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDStmtOpenMP.cpp554 OMPSectionDirective *OMPSectionDirective::Create(const ASTContext &C, in Create()
560 createDirective<OMPSectionDirective>(C, std::nullopt, AssociatedStmt, in Create()
566 OMPSectionDirective *OMPSectionDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
568 return createEmptyDirective<OMPSectionDirective>(C, /*NumClauses=*/0, in CreateEmpty()
HDStmtProfile.cpp1009 void StmtProfiler::VisitOMPSectionDirective(const OMPSectionDirective *S) { in VisitOMPSectionDirective()
HDStmtPrinter.cpp791 void StmtPrinter::VisitOMPSectionDirective(OMPSectionDirective *Node) { in VisitOMPSectionDirective()
/freebsd-head/contrib/llvm-project/clang/include/clang/Basic/
HDStmtNodes.td238 def OMPSectionDirective : StmtNode<OMPExecutableDirective>;
/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDStmtOpenMP.h1881 class OMPSectionDirective : public OMPExecutableDirective {
1893 OMPSectionDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSectionDirective() function
1899 explicit OMPSectionDirective() in OMPSectionDirective() function
1913 static OMPSectionDirective *Create(const ASTContext &C,
1922 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell);
HDRecursiveASTVisitor.h3050 DEF_TRAVERSE_STMT(OMPSectionDirective,
/freebsd-head/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderStmt.cpp2461 void ASTStmtReader::VisitOMPSectionDirective(OMPSectionDirective *D) { in VisitOMPSectionDirective()
3503 S = OMPSectionDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
HDASTWriterStmt.cpp2468 void ASTStmtWriter::VisitOMPSectionDirective(OMPSectionDirective *D) { in VisitOMPSectionDirective()
/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmt.cpp241 EmitOMPSectionDirective(cast<OMPSectionDirective>(*S)); in EmitStmt()
HDCodeGenFunction.h3828 void EmitOMPSectionDirective(const OMPSectionDirective &S);
HDCGStmtOpenMP.cpp4236 void CodeGenFunction::EmitOMPSectionDirective(const OMPSectionDirective &S) { in EmitOMPSectionDirective()
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDSemaOpenMP.cpp10458 if (!SectionStmt || !isa<OMPSectionDirective>(SectionStmt)) { in checkSectionsDirective()
10465 cast<OMPSectionDirective>(SectionStmt) in checkSectionsDirective()
10499 return OMPSectionDirective::Create(getASTContext(), StartLoc, EndLoc, AStmt, in ActOnOpenMPSectionDirective()
HDTreeTransform.h9299 TreeTransform<Derived>::TransformOMPSectionDirective(OMPSectionDirective *D) { in TransformOMPSectionDirective()