Searched refs:OMPSectionDirective (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 422 OMPSectionDirective *OMPSectionDirective::Create(const ASTContext &C, in Create() 428 createDirective<OMPSectionDirective>(C, llvm::None, AssociatedStmt, in Create() 434 OMPSectionDirective *OMPSectionDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 436 return createEmptyDirective<OMPSectionDirective>(C, /*NumClauses=*/0, in CreateEmpty()
|
H A D | StmtProfile.cpp | 923 void StmtProfiler::VisitOMPSectionDirective(const OMPSectionDirective *S) { in VisitOMPSectionDirective()
|
H A D | StmtPrinter.cpp | 686 void StmtPrinter::VisitOMPSectionDirective(OMPSectionDirective *Node) { in VisitOMPSectionDirective()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 1762 class OMPSectionDirective : public OMPExecutableDirective { 1774 OMPSectionDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSectionDirective() function 1780 explicit OMPSectionDirective() in OMPSectionDirective() function 1794 static OMPSectionDirective *Create(const ASTContext &C, 1803 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell);
|
H A D | RecursiveASTVisitor.h | 2837 DEF_TRAVERSE_STMT(OMPSectionDirective,
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | StmtNodes.td | 229 def OMPSectionDirective : StmtNode<OMPExecutableDirective>;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 2329 void ASTStmtReader::VisitOMPSectionDirective(OMPSectionDirective *D) { in VisitOMPSectionDirective() 3212 S = OMPSectionDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
|
H A D | ASTWriterStmt.cpp | 2232 void ASTStmtWriter::VisitOMPSectionDirective(OMPSectionDirective *D) { in VisitOMPSectionDirective()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 221 EmitOMPSectionDirective(cast<OMPSectionDirective>(*S)); in EmitStmt()
|
H A D | CodeGenFunction.h | 3447 void EmitOMPSectionDirective(const OMPSectionDirective &S);
|
H A D | CGStmtOpenMP.cpp | 3869 void CodeGenFunction::EmitOMPSectionDirective(const OMPSectionDirective &S) { in EmitOMPSectionDirective()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 9759 if (!SectionStmt || !isa<OMPSectionDirective>(SectionStmt)) { in ActOnOpenMPSectionsDirective() 9765 cast<OMPSectionDirective>(SectionStmt) in ActOnOpenMPSectionsDirective() 9789 return OMPSectionDirective::Create(Context, StartLoc, EndLoc, AStmt, in ActOnOpenMPSectionDirective() 10090 if (!SectionStmt || !isa<OMPSectionDirective>(SectionStmt)) { in ActOnOpenMPParallelSectionsDirective() 10096 cast<OMPSectionDirective>(SectionStmt) in ActOnOpenMPParallelSectionsDirective()
|
H A D | TreeTransform.h | 8552 TreeTransform<Derived>::TransformOMPSectionDirective(OMPSectionDirective *D) { in TransformOMPSectionDirective()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CIndex.cpp | 2051 void VisitOMPSectionDirective(const OMPSectionDirective *D); 2911 void EnqueueVisitor::VisitOMPSectionDirective(const OMPSectionDirective *D) { in VisitOMPSectionDirective()
|