Searched refs:OMPSectionDirective (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 516 OMPSectionDirective *OMPSectionDirective::Create(const ASTContext &C, in Create() 522 createDirective<OMPSectionDirective>(C, std::nullopt, AssociatedStmt, in Create() 528 OMPSectionDirective *OMPSectionDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 530 return createEmptyDirective<OMPSectionDirective>(C, /*NumClauses=*/0, in CreateEmpty()
|
| H A D | StmtProfile.cpp | 998 void StmtProfiler::VisitOMPSectionDirective(const OMPSectionDirective *S) { in VisitOMPSectionDirective()
|
| H A D | StmtPrinter.cpp | 778 void StmtPrinter::VisitOMPSectionDirective(OMPSectionDirective *Node) { in VisitOMPSectionDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 234 def OMPSectionDirective : StmtNode<OMPExecutableDirective>;
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 1880 class OMPSectionDirective : public OMPExecutableDirective { 1892 OMPSectionDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSectionDirective() function 1898 explicit OMPSectionDirective() in OMPSectionDirective() function 1912 static OMPSectionDirective *Create(const ASTContext &C, 1921 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell);
|
| H A D | RecursiveASTVisitor.h | 2980 DEF_TRAVERSE_STMT(OMPSectionDirective,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2433 void ASTStmtReader::VisitOMPSectionDirective(OMPSectionDirective *D) { in VisitOMPSectionDirective() 3426 S = OMPSectionDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2419 void ASTStmtWriter::VisitOMPSectionDirective(OMPSectionDirective *D) { in VisitOMPSectionDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 231 EmitOMPSectionDirective(cast<OMPSectionDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3600 void EmitOMPSectionDirective(const OMPSectionDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 4191 void CodeGenFunction::EmitOMPSectionDirective(const OMPSectionDirective &S) { in EmitOMPSectionDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 10649 if (!SectionStmt || !isa<OMPSectionDirective>(SectionStmt)) { in ActOnOpenMPSectionsDirective() 10655 cast<OMPSectionDirective>(SectionStmt) in ActOnOpenMPSectionsDirective() 10679 return OMPSectionDirective::Create(Context, StartLoc, EndLoc, AStmt, in ActOnOpenMPSectionDirective() 11259 if (!SectionStmt || !isa<OMPSectionDirective>(SectionStmt)) { in ActOnOpenMPParallelSectionsDirective() 11265 cast<OMPSectionDirective>(SectionStmt) in ActOnOpenMPParallelSectionsDirective()
|
| H A D | TreeTransform.h | 8970 TreeTransform<Derived>::TransformOMPSectionDirective(OMPSectionDirective *D) { in TransformOMPSectionDirective()
|