Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtOpenMP.h377 class OMPSectionsDirective : public OMPExecutableDirective {
385 OMPSectionsDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPSectionsDirective() function
394 explicit OMPSectionsDirective(unsigned NumClauses) in OMPSectionsDirective() function
408 static OMPSectionsDirective *
418 static OMPSectionsDirective *CreateEmpty(const ASTContext &C,
DDataRecursiveASTVisitor.h2291 DEF_TRAVERSE_STMT(OMPSectionsDirective,
DRecursiveASTVisitor.h2313 DEF_TRAVERSE_STMT(OMPSectionsDirective,
/external/clang/lib/AST/
DStmt.cpp1411 OMPSectionsDirective *OMPSectionsDirective::Create( in Create()
1414 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPSectionsDirective), in Create()
1418 OMPSectionsDirective *Dir = in Create()
1419 new (Mem) OMPSectionsDirective(StartLoc, EndLoc, Clauses.size()); in Create()
1425 OMPSectionsDirective *OMPSectionsDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1428 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPSectionsDirective), in CreateEmpty()
1432 return new (Mem) OMPSectionsDirective(NumClauses); in CreateEmpty()
1439 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPSectionsDirective), in Create()
DStmtProfile.cpp371 void StmtProfiler::VisitOMPSectionsDirective(const OMPSectionsDirective *S) { in VisitOMPSectionsDirective()
DStmtPrinter.cpp803 void StmtPrinter::VisitOMPSectionsDirective(OMPSectionsDirective *Node) { in VisitOMPSectionsDirective()
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp81 void CodeGenFunction::EmitOMPSectionsDirective(const OMPSectionsDirective &) { in EmitOMPSectionsDirective() argument
DCGStmt.cpp189 EmitOMPSectionsDirective(cast<OMPSectionsDirective>(*S)); in EmitStmt()
DCodeGenFunction.h1903 void EmitOMPSectionsDirective(const OMPSectionsDirective &S);
/external/clang/include/clang/Basic/
DStmtNodes.td184 def OMPSectionsDirective : DStmt<OMPExecutableDirective>;
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1927 void ASTStmtReader::VisitOMPSectionsDirective(OMPSectionsDirective *D) { in VisitOMPSectionsDirective()
2460 S = OMPSectionsDirective::CreateEmpty( in ReadStmtFromStream()
DASTWriterStmt.cpp1834 void ASTStmtWriter::VisitOMPSectionsDirective(OMPSectionsDirective *D) { in VisitOMPSectionsDirective()
/external/clang/tools/libclang/
DCIndex.cpp1860 void VisitOMPSectionsDirective(const OMPSectionsDirective *D);
2304 void EnqueueVisitor::VisitOMPSectionsDirective(const OMPSectionsDirective *D) { in VisitOMPSectionsDirective()
/external/clang/lib/Sema/
DSemaOpenMP.cpp1819 return OMPSectionsDirective::Create(Context, StartLoc, EndLoc, Clauses, in ActOnOpenMPSectionsDirective()
DTreeTransform.h6455 TreeTransform<Derived>::TransformOMPSectionsDirective(OMPSectionsDirective *D) { in TransformOMPSectionsDirective()