Home
last modified time | relevance | path

Searched refs:OMPSectionDirective (Results 1 – 25 of 28) sorted by relevance

12

/external/clang/lib/AST/
DStmtOpenMP.cpp254 OMPSectionDirective *OMPSectionDirective::Create(const ASTContext &C, in Create()
260 llvm::alignTo(sizeof(OMPSectionDirective), llvm::alignOf<Stmt *>()); in Create()
262 OMPSectionDirective *Dir = new (Mem) OMPSectionDirective(StartLoc, EndLoc); in Create()
268 OMPSectionDirective *OMPSectionDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
271 llvm::alignTo(sizeof(OMPSectionDirective), llvm::alignOf<Stmt *>()); in CreateEmpty()
273 return new (Mem) OMPSectionDirective(); in CreateEmpty()
DStmtProfile.cpp577 void StmtProfiler::VisitOMPSectionDirective(const OMPSectionDirective *S) { in VisitOMPSectionDirective()
DStmtPrinter.cpp1015 void StmtPrinter::VisitOMPSectionDirective(OMPSectionDirective *Node) { in VisitOMPSectionDirective()
/external/clang/include/clang/AST/
DStmtOpenMP.h1064 class OMPSectionDirective : public OMPExecutableDirective {
1075 OMPSectionDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSectionDirective() function
1082 explicit OMPSectionDirective() in OMPSectionDirective() function
1096 static OMPSectionDirective *Create(const ASTContext &C,
1105 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell);
DRecursiveASTVisitor.h2478 DEF_TRAVERSE_STMT(OMPSectionDirective,
/external/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp358 OMPSectionDirective *OMPSectionDirective::Create(const ASTContext &C, in Create()
364 createDirective<OMPSectionDirective>(C, llvm::None, AssociatedStmt, in Create()
370 OMPSectionDirective *OMPSectionDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
372 return createEmptyDirective<OMPSectionDirective>(C, /*NumClauses=*/0, in CreateEmpty()
DStmtProfile.cpp874 void StmtProfiler::VisitOMPSectionDirective(const OMPSectionDirective *S) { in VisitOMPSectionDirective()
DStmtPrinter.cpp678 void StmtPrinter::VisitOMPSectionDirective(OMPSectionDirective *Node) { in VisitOMPSectionDirective()
/external/clang/include/clang/Basic/
DStmtNodes.td203 def OMPSectionDirective : DStmt<OMPExecutableDirective>;
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h1469 class OMPSectionDirective : public OMPExecutableDirective {
1481 OMPSectionDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSectionDirective() function
1487 explicit OMPSectionDirective() in OMPSectionDirective() function
1501 static OMPSectionDirective *Create(const ASTContext &C,
1510 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell);
DRecursiveASTVisitor.h2797 DEF_TRAVERSE_STMT(OMPSectionDirective,
/external/llvm-project/clang/include/clang/Basic/
DStmtNodes.td226 def OMPSectionDirective : StmtNode<OMPExecutableDirective>;
/external/clang/lib/Sema/
DSemaOpenMP.cpp5616 if (!SectionStmt || !isa<OMPSectionDirective>(SectionStmt)) { in ActOnOpenMPSectionsDirective()
5622 cast<OMPSectionDirective>(SectionStmt) in ActOnOpenMPSectionsDirective()
5647 return OMPSectionDirective::Create(Context, StartLoc, EndLoc, AStmt, in ActOnOpenMPSectionDirective()
5875 if (!SectionStmt || !isa<OMPSectionDirective>(SectionStmt)) { in ActOnOpenMPParallelSectionsDirective()
5881 cast<OMPSectionDirective>(SectionStmt) in ActOnOpenMPParallelSectionsDirective()
/external/clang/lib/CodeGen/
DCGStmt.cpp200 EmitOMPSectionDirective(cast<OMPSectionDirective>(*S)); in EmitStmt()
DCodeGenFunction.h2472 void EmitOMPSectionDirective(const OMPSectionDirective &S);
DCGStmtOpenMP.cpp2300 void CodeGenFunction::EmitOMPSectionDirective(const OMPSectionDirective &S) { in EmitOMPSectionDirective()
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp2314 void ASTStmtReader::VisitOMPSectionDirective(OMPSectionDirective *D) { in VisitOMPSectionDirective()
3170 S = OMPSectionDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp2215 void ASTStmtWriter::VisitOMPSectionDirective(OMPSectionDirective *D) { in VisitOMPSectionDirective()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2569 void ASTStmtReader::VisitOMPSectionDirective(OMPSectionDirective *D) { in VisitOMPSectionDirective()
3293 S = OMPSectionDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp2253 void ASTStmtWriter::VisitOMPSectionDirective(OMPSectionDirective *D) { in VisitOMPSectionDirective()
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp213 EmitOMPSectionDirective(cast<OMPSectionDirective>(*S)); in EmitStmt()
DCodeGenFunction.h3395 void EmitOMPSectionDirective(const OMPSectionDirective &S);
/external/clang/tools/libclang/
DCIndex.cpp1943 void VisitOMPSectionDirective(const OMPSectionDirective *D);
2616 void EnqueueVisitor::VisitOMPSectionDirective(const OMPSectionDirective *D) { in VisitOMPSectionDirective()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp9038 if (!SectionStmt || !isa<OMPSectionDirective>(SectionStmt)) { in ActOnOpenMPSectionsDirective()
9044 cast<OMPSectionDirective>(SectionStmt) in ActOnOpenMPSectionsDirective()
9068 return OMPSectionDirective::Create(Context, StartLoc, EndLoc, AStmt, in ActOnOpenMPSectionDirective()
9299 if (!SectionStmt || !isa<OMPSectionDirective>(SectionStmt)) { in ActOnOpenMPParallelSectionsDirective()
9305 cast<OMPSectionDirective>(SectionStmt) in ActOnOpenMPParallelSectionsDirective()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2047 void VisitOMPSectionDirective(const OMPSectionDirective *D);
2868 void EnqueueVisitor::VisitOMPSectionDirective(const OMPSectionDirective *D) { in VisitOMPSectionDirective()

12