Searched refs:OMPSectionDirective (Results 1 – 15 of 15) sorted by relevance
/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 878 class OMPSectionDirective : public OMPExecutableDirective { 885 OMPSectionDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSectionDirective() function 891 explicit OMPSectionDirective() in OMPSectionDirective() function 903 static OMPSectionDirective *Create(const ASTContext &C, 912 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell);
|
D | DataRecursiveASTVisitor.h | 2324 DEF_TRAVERSE_STMT(OMPSectionDirective,
|
D | RecursiveASTVisitor.h | 2354 DEF_TRAVERSE_STMT(OMPSectionDirective,
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 1779 OMPSectionDirective *OMPSectionDirective::Create(const ASTContext &C, in Create() 1786 OMPSectionDirective *Dir = new (Mem) OMPSectionDirective(StartLoc, EndLoc); in Create() 1791 OMPSectionDirective *OMPSectionDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 1793 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPSectionDirective), in CreateEmpty() 1796 return new (Mem) OMPSectionDirective(); in CreateEmpty()
|
D | StmtProfile.cpp | 461 void StmtProfiler::VisitOMPSectionDirective(const OMPSectionDirective *S) { in VisitOMPSectionDirective()
|
D | StmtPrinter.cpp | 849 void StmtPrinter::VisitOMPSectionDirective(OMPSectionDirective *Node) { in VisitOMPSectionDirective()
|
/external/clang/include/clang/Basic/ |
D | StmtNodes.td | 189 def OMPSectionDirective : DStmt<OMPExecutableDirective>;
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 3075 if (!SectionStmt || !isa<OMPSectionDirective>(SectionStmt)) { in ActOnOpenMPSectionsDirective() 3100 return OMPSectionDirective::Create(Context, StartLoc, EndLoc, AStmt); in ActOnOpenMPSectionDirective() 3224 if (!SectionStmt || !isa<OMPSectionDirective>(SectionStmt)) { in ActOnOpenMPParallelSectionsDirective()
|
D | TreeTransform.h | 6760 TreeTransform<Derived>::TransformOMPSectionDirective(OMPSectionDirective *D) { in TransformOMPSectionDirective()
|
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 1210 void CodeGenFunction::EmitOMPSectionDirective(const OMPSectionDirective &S) { in EmitOMPSectionDirective()
|
D | CGStmt.cpp | 193 EmitOMPSectionDirective(cast<OMPSectionDirective>(*S)); in EmitStmt()
|
D | CodeGenFunction.h | 2125 void EmitOMPSectionDirective(const OMPSectionDirective &S);
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 2121 void ASTStmtReader::VisitOMPSectionDirective(OMPSectionDirective *D) { in VisitOMPSectionDirective() 2735 S = OMPSectionDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
|
D | ASTWriterStmt.cpp | 1972 void ASTStmtWriter::VisitOMPSectionDirective(OMPSectionDirective *D) { in VisitOMPSectionDirective()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1871 void VisitOMPSectionDirective(const OMPSectionDirective *D); 2431 void EnqueueVisitor::VisitOMPSectionDirective(const OMPSectionDirective *D) { in VisitOMPSectionDirective()
|