Searched refs:OMPSectionDirective (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 460 OMPSectionDirective *OMPSectionDirective::Create(const ASTContext &C, in Create() 466 createDirective<OMPSectionDirective>(C, llvm::None, AssociatedStmt, in Create() 472 OMPSectionDirective *OMPSectionDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 474 return createEmptyDirective<OMPSectionDirective>(C, /*NumClauses=*/0, in CreateEmpty()
|
| H A D | StmtProfile.cpp | 934 void StmtProfiler::VisitOMPSectionDirective(const OMPSectionDirective *S) { in VisitOMPSectionDirective()
|
| H A D | StmtPrinter.cpp | 692 void StmtPrinter::VisitOMPSectionDirective(OMPSectionDirective *Node) { in VisitOMPSectionDirective()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 231 def OMPSectionDirective : StmtNode<OMPExecutableDirective>;
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 1795 class OMPSectionDirective : public OMPExecutableDirective { 1807 OMPSectionDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSectionDirective() function 1813 explicit OMPSectionDirective() in OMPSectionDirective() function 1827 static OMPSectionDirective *Create(const ASTContext &C, 1836 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell);
|
| H A D | RecursiveASTVisitor.h | 2866 DEF_TRAVERSE_STMT(OMPSectionDirective,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2343 void ASTStmtReader::VisitOMPSectionDirective(OMPSectionDirective *D) { in VisitOMPSectionDirective() 3237 S = OMPSectionDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2248 void ASTStmtWriter::VisitOMPSectionDirective(OMPSectionDirective *D) { in VisitOMPSectionDirective()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 224 EmitOMPSectionDirective(cast<OMPSectionDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3448 void EmitOMPSectionDirective(const OMPSectionDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 3895 void CodeGenFunction::EmitOMPSectionDirective(const OMPSectionDirective &S) { in EmitOMPSectionDirective()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 9793 if (!SectionStmt || !isa<OMPSectionDirective>(SectionStmt)) { in ActOnOpenMPSectionsDirective() 9799 cast<OMPSectionDirective>(SectionStmt) in ActOnOpenMPSectionsDirective() 9823 return OMPSectionDirective::Create(Context, StartLoc, EndLoc, AStmt, in ActOnOpenMPSectionDirective() 10124 if (!SectionStmt || !isa<OMPSectionDirective>(SectionStmt)) { in ActOnOpenMPParallelSectionsDirective() 10130 cast<OMPSectionDirective>(SectionStmt) in ActOnOpenMPParallelSectionsDirective()
|
| H A D | TreeTransform.h | 8586 TreeTransform<Derived>::TransformOMPSectionDirective(OMPSectionDirective *D) { in TransformOMPSectionDirective()
|