Searched refs:OMPSectionDirective (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 575 OMPSectionDirective *OMPSectionDirective::Create(const ASTContext &C, in Create() 581 createDirective<OMPSectionDirective>(C, {}, AssociatedStmt, in Create() 587 OMPSectionDirective *OMPSectionDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 589 return createEmptyDirective<OMPSectionDirective>(C, /*NumClauses=*/0, in CreateEmpty()
|
| H A D | StmtProfile.cpp | 1041 void StmtProfiler::VisitOMPSectionDirective(const OMPSectionDirective *S) { in VisitOMPSectionDirective()
|
| H A D | StmtPrinter.cpp | 807 void StmtPrinter::VisitOMPSectionDirective(OMPSectionDirective *Node) { in VisitOMPSectionDirective()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 239 def OMPSectionDirective : StmtNode<OMPExecutableDirective>;
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 1864 class OMPSectionDirective : public OMPExecutableDirective { 1876 OMPSectionDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSectionDirective() function 1882 explicit OMPSectionDirective() in OMPSectionDirective() function 1896 static OMPSectionDirective *Create(const ASTContext &C, 1905 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell);
|
| H A D | RecursiveASTVisitor.h | 3105 DEF_TRAVERSE_STMT(OMPSectionDirective,
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2484 void ASTStmtReader::VisitOMPSectionDirective(OMPSectionDirective *D) { in VisitOMPSectionDirective() 3640 S = OMPSectionDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2497 void ASTStmtWriter::VisitOMPSectionDirective(OMPSectionDirective *D) { in VisitOMPSectionDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 247 EmitOMPSectionDirective(cast<OMPSectionDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3866 void EmitOMPSectionDirective(const OMPSectionDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 4421 void CodeGenFunction::EmitOMPSectionDirective(const OMPSectionDirective &S) { in EmitOMPSectionDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 10522 if (!SectionStmt || !isa<OMPSectionDirective>(SectionStmt)) { in checkSectionsDirective() 10529 cast<OMPSectionDirective>(SectionStmt) in checkSectionsDirective() 10563 return OMPSectionDirective::Create(getASTContext(), StartLoc, EndLoc, AStmt, in ActOnOpenMPSectionDirective()
|
| H A D | TreeTransform.h | 9722 TreeTransform<Derived>::TransformOMPSectionDirective(OMPSectionDirective *D) { in TransformOMPSectionDirective()
|