Searched refs:OMPOrderedDirective (Results 1 - 13 of 13) sorted by relevance

/external/clang/lib/AST/
H A DStmtOpenMP.cpp614 OMPOrderedDirective *OMPOrderedDirective::Create(const ASTContext &C,
619 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPOrderedDirective),
623 OMPOrderedDirective *Dir =
624 new (Mem) OMPOrderedDirective(StartLoc, EndLoc, Clauses.size());
630 OMPOrderedDirective *OMPOrderedDirective::CreateEmpty(const ASTContext &C,
633 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPOrderedDirective),
637 return new (Mem) OMPOrderedDirective(NumClauses);
H A DStmtPrinter.cpp1024 void StmtPrinter::VisitOMPOrderedDirective(OMPOrderedDirective *Node) {
H A DStmtProfile.cpp571 void StmtProfiler::VisitOMPOrderedDirective(const OMPOrderedDirective *S) {
/external/clang/include/clang/AST/
H A DStmtOpenMP.h1746 class OMPOrderedDirective : public OMPExecutableDirective { class in namespace:clang
1754 OMPOrderedDirective(SourceLocation StartLoc, SourceLocation EndLoc, function in class:clang::OMPOrderedDirective
1763 explicit OMPOrderedDirective(unsigned NumClauses) function in class:clang::OMPOrderedDirective
1777 static OMPOrderedDirective *
1786 static OMPOrderedDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h2421 DEF_TRAVERSE_STMT(OMPOrderedDirective,
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp2399 void ASTStmtReader::VisitOMPOrderedDirective(OMPOrderedDirective *D) {
3056 S = OMPOrderedDirective::CreateEmpty(
H A DASTWriterStmt.cpp2235 void ASTStmtWriter::VisitOMPOrderedDirective(OMPOrderedDirective *D) {
/external/clang/lib/CodeGen/
H A DCGStmt.cpp239 EmitOMPOrderedDirective(cast<OMPOrderedDirective>(*S));
H A DCGStmtOpenMP.cpp2072 void CodeGenFunction::EmitOMPOrderedDirective(const OMPOrderedDirective &S) {
H A DCodeGenFunction.h2334 void EmitOMPOrderedDirective(const OMPOrderedDirective &S);
/external/clang/tools/libclang/
H A DCIndex.cpp1940 void VisitOMPOrderedDirective(const OMPOrderedDirective *D);
2601 void EnqueueVisitor::VisitOMPOrderedDirective(const OMPOrderedDirective *D) {
4498 return cxstring::createRef("OMPOrderedDirective");
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp4632 return OMPOrderedDirective::Create(Context, StartLoc, EndLoc, Clauses, AStmt);
H A DTreeTransform.h7310 TreeTransform<Derived>::TransformOMPOrderedDirective(OMPOrderedDirective *D) {

Completed in 322 milliseconds