/external/clang/lib/AST/ |
D | StmtOpenMP.cpp | 254 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()
|
D | StmtProfile.cpp | 577 void StmtProfiler::VisitOMPSectionDirective(const OMPSectionDirective *S) { in VisitOMPSectionDirective()
|
D | StmtPrinter.cpp | 1015 void StmtPrinter::VisitOMPSectionDirective(OMPSectionDirective *Node) { in VisitOMPSectionDirective()
|
/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 1064 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);
|
D | RecursiveASTVisitor.h | 2478 DEF_TRAVERSE_STMT(OMPSectionDirective,
|
/external/llvm-project/clang/lib/AST/ |
D | StmtOpenMP.cpp | 358 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()
|
D | StmtProfile.cpp | 874 void StmtProfiler::VisitOMPSectionDirective(const OMPSectionDirective *S) { in VisitOMPSectionDirective()
|
D | StmtPrinter.cpp | 678 void StmtPrinter::VisitOMPSectionDirective(OMPSectionDirective *Node) { in VisitOMPSectionDirective()
|
/external/clang/include/clang/Basic/ |
D | StmtNodes.td | 203 def OMPSectionDirective : DStmt<OMPExecutableDirective>;
|
/external/llvm-project/clang/include/clang/AST/ |
D | StmtOpenMP.h | 1469 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);
|
D | RecursiveASTVisitor.h | 2797 DEF_TRAVERSE_STMT(OMPSectionDirective,
|
/external/llvm-project/clang/include/clang/Basic/ |
D | StmtNodes.td | 226 def OMPSectionDirective : StmtNode<OMPExecutableDirective>;
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 5616 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/ |
D | CGStmt.cpp | 200 EmitOMPSectionDirective(cast<OMPSectionDirective>(*S)); in EmitStmt()
|
D | CodeGenFunction.h | 2472 void EmitOMPSectionDirective(const OMPSectionDirective &S);
|
D | CGStmtOpenMP.cpp | 2300 void CodeGenFunction::EmitOMPSectionDirective(const OMPSectionDirective &S) { in EmitOMPSectionDirective()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 2314 void ASTStmtReader::VisitOMPSectionDirective(OMPSectionDirective *D) { in VisitOMPSectionDirective() 3170 S = OMPSectionDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
|
D | ASTWriterStmt.cpp | 2215 void ASTStmtWriter::VisitOMPSectionDirective(OMPSectionDirective *D) { in VisitOMPSectionDirective()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 2569 void ASTStmtReader::VisitOMPSectionDirective(OMPSectionDirective *D) { in VisitOMPSectionDirective() 3293 S = OMPSectionDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
|
D | ASTWriterStmt.cpp | 2253 void ASTStmtWriter::VisitOMPSectionDirective(OMPSectionDirective *D) { in VisitOMPSectionDirective()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmt.cpp | 213 EmitOMPSectionDirective(cast<OMPSectionDirective>(*S)); in EmitStmt()
|
D | CodeGenFunction.h | 3395 void EmitOMPSectionDirective(const OMPSectionDirective &S);
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1943 void VisitOMPSectionDirective(const OMPSectionDirective *D); 2616 void EnqueueVisitor::VisitOMPSectionDirective(const OMPSectionDirective *D) { in VisitOMPSectionDirective()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 9038 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/ |
D | CIndex.cpp | 2047 void VisitOMPSectionDirective(const OMPSectionDirective *D); 2868 void EnqueueVisitor::VisitOMPSectionDirective(const OMPSectionDirective *D) { in VisitOMPSectionDirective()
|