Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtOpenMP.h878 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);
DDataRecursiveASTVisitor.h2324 DEF_TRAVERSE_STMT(OMPSectionDirective,
DRecursiveASTVisitor.h2354 DEF_TRAVERSE_STMT(OMPSectionDirective,
/external/clang/lib/AST/
DStmt.cpp1779 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()
DStmtProfile.cpp461 void StmtProfiler::VisitOMPSectionDirective(const OMPSectionDirective *S) { in VisitOMPSectionDirective()
DStmtPrinter.cpp849 void StmtPrinter::VisitOMPSectionDirective(OMPSectionDirective *Node) { in VisitOMPSectionDirective()
/external/clang/include/clang/Basic/
DStmtNodes.td189 def OMPSectionDirective : DStmt<OMPExecutableDirective>;
/external/clang/lib/Sema/
DSemaOpenMP.cpp3075 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()
DTreeTransform.h6760 TreeTransform<Derived>::TransformOMPSectionDirective(OMPSectionDirective *D) { in TransformOMPSectionDirective()
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1210 void CodeGenFunction::EmitOMPSectionDirective(const OMPSectionDirective &S) { in EmitOMPSectionDirective()
DCGStmt.cpp193 EmitOMPSectionDirective(cast<OMPSectionDirective>(*S)); in EmitStmt()
DCodeGenFunction.h2125 void EmitOMPSectionDirective(const OMPSectionDirective &S);
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2121 void ASTStmtReader::VisitOMPSectionDirective(OMPSectionDirective *D) { in VisitOMPSectionDirective()
2735 S = OMPSectionDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp1972 void ASTStmtWriter::VisitOMPSectionDirective(OMPSectionDirective *D) { in VisitOMPSectionDirective()
/external/clang/tools/libclang/
DCIndex.cpp1871 void VisitOMPSectionDirective(const OMPSectionDirective *D);
2431 void EnqueueVisitor::VisitOMPSectionDirective(const OMPSectionDirective *D) { in VisitOMPSectionDirective()