Searched refs:OMPSectionDirective (Results 1 – 14 of 14) sorted by relevance
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 514 OMPSectionDirective *OMPSectionDirective::Create(const ASTContext &C, in Create() 520 createDirective<OMPSectionDirective>(C, std::nullopt, AssociatedStmt, in Create() 526 OMPSectionDirective *OMPSectionDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 528 return createEmptyDirective<OMPSectionDirective>(C, /*NumClauses=*/0, in CreateEmpty()
|
H A D | StmtProfile.cpp | 974 void StmtProfiler::VisitOMPSectionDirective(const OMPSectionDirective *S) { in VisitOMPSectionDirective()
|
H A D | StmtPrinter.cpp | 773 void StmtPrinter::VisitOMPSectionDirective(OMPSectionDirective *Node) { in VisitOMPSectionDirective()
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | StmtNodes.td | 234 def OMPSectionDirective : StmtNode<OMPExecutableDirective>;
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 1863 class OMPSectionDirective : public OMPExecutableDirective { 1875 OMPSectionDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSectionDirective() function 1881 explicit OMPSectionDirective() in OMPSectionDirective() function 1895 static OMPSectionDirective *Create(const ASTContext &C, 1904 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell);
|
H A D | RecursiveASTVisitor.h | 2972 DEF_TRAVERSE_STMT(OMPSectionDirective,
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 2381 void ASTStmtReader::VisitOMPSectionDirective(OMPSectionDirective *D) { in VisitOMPSectionDirective() 3343 S = OMPSectionDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
|
H A D | ASTWriterStmt.cpp | 2293 void ASTStmtWriter::VisitOMPSectionDirective(OMPSectionDirective *D) { in VisitOMPSectionDirective()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 229 EmitOMPSectionDirective(cast<OMPSectionDirective>(*S)); in EmitStmt()
|
H A D | CodeGenFunction.h | 3513 void EmitOMPSectionDirective(const OMPSectionDirective &S);
|
H A D | CGStmtOpenMP.cpp | 4191 void CodeGenFunction::EmitOMPSectionDirective(const OMPSectionDirective &S) { in EmitOMPSectionDirective()
|
/openbsd/gnu/llvm/clang/tools/libclang/ |
H A D | CIndex.cpp | 2155 void VisitOMPSectionDirective(const OMPSectionDirective *D); 3074 void EnqueueVisitor::VisitOMPSectionDirective(const OMPSectionDirective *D) { in VisitOMPSectionDirective()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 10409 if (!SectionStmt || !isa<OMPSectionDirective>(SectionStmt)) { in ActOnOpenMPSectionsDirective() 10415 cast<OMPSectionDirective>(SectionStmt) in ActOnOpenMPSectionsDirective() 10439 return OMPSectionDirective::Create(Context, StartLoc, EndLoc, AStmt, in ActOnOpenMPSectionDirective() 11019 if (!SectionStmt || !isa<OMPSectionDirective>(SectionStmt)) { in ActOnOpenMPParallelSectionsDirective() 11025 cast<OMPSectionDirective>(SectionStmt) in ActOnOpenMPParallelSectionsDirective()
|
H A D | TreeTransform.h | 8811 TreeTransform<Derived>::TransformOMPSectionDirective(OMPSectionDirective *D) { in TransformOMPSectionDirective()
|