Searched refs:OMPSectionDirective (Results 1 - 14 of 14) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp85 void CodeGenFunction::EmitOMPSectionDirective(const OMPSectionDirective &) {
H A DCGStmt.cpp192 EmitOMPSectionDirective(cast<OMPSectionDirective>(*S));
H A DCodeGenFunction.h1904 void EmitOMPSectionDirective(const OMPSectionDirective &S);
/external/clang/include/clang/AST/
H A DStmtOpenMP.h432 class OMPSectionDirective : public OMPExecutableDirective { class in namespace:clang
439 OMPSectionDirective(SourceLocation StartLoc, SourceLocation EndLoc) function in class:clang::OMPSectionDirective
445 explicit OMPSectionDirective() function in class:clang::OMPSectionDirective
457 static OMPSectionDirective *Create(const ASTContext &C,
466 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell);
H A DDataRecursiveASTVisitor.h2294 DEF_TRAVERSE_STMT(OMPSectionDirective,
H A DRecursiveASTVisitor.h2316 DEF_TRAVERSE_STMT(OMPSectionDirective,
/external/clang/lib/AST/
H A DStmt.cpp1435 OMPSectionDirective *OMPSectionDirective::Create(const ASTContext &C,
1442 OMPSectionDirective *Dir = new (Mem) OMPSectionDirective(StartLoc, EndLoc);
1447 OMPSectionDirective *OMPSectionDirective::CreateEmpty(const ASTContext &C,
1449 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPSectionDirective),
1452 return new (Mem) OMPSectionDirective();
H A DStmtPrinter.cpp808 void StmtPrinter::VisitOMPSectionDirective(OMPSectionDirective *Node) {
H A DStmtProfile.cpp375 void StmtProfiler::VisitOMPSectionDirective(const OMPSectionDirective *S) {
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp1805 if (!SectionStmt || !isa<OMPSectionDirective>(SectionStmt)) {
1830 return OMPSectionDirective::Create(Context, StartLoc, EndLoc, AStmt);
1882 if (!SectionStmt || !isa<OMPSectionDirective>(SectionStmt)) {
H A DTreeTransform.h6466 TreeTransform<Derived>::TransformOMPSectionDirective(OMPSectionDirective *D) {
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1934 void ASTStmtReader::VisitOMPSectionDirective(OMPSectionDirective *D) {
2465 S = OMPSectionDirective::CreateEmpty(Context, Empty);
H A DASTWriterStmt.cpp1841 void ASTStmtWriter::VisitOMPSectionDirective(OMPSectionDirective *D) {
/external/clang/tools/libclang/
H A DCIndex.cpp1861 void VisitOMPSectionDirective(const OMPSectionDirective *D);
2308 void EnqueueVisitor::VisitOMPSectionDirective(const OMPSectionDirective *D) {
4007 return cxstring::createRef("OMPSectionDirective");

Completed in 730 milliseconds