Searched refs:AStmt (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 2469 Stmt *AStmt, SourceLocation StartLoc, SourceLocation EndLoc) { in ActOnOpenMPExecutableDirective() argument 2479 if (AStmt) { in ActOnOpenMPExecutableDirective() 2480 assert(isa<CapturedStmt>(AStmt) && "Captured statement expected"); in ActOnOpenMPExecutableDirective() 2483 DSAAttrChecker DSAChecker(DSAStack, *this, cast<CapturedStmt>(AStmt)); in ActOnOpenMPExecutableDirective() 2484 DSAChecker.Visit(cast<CapturedStmt>(AStmt)->getCapturedStmt()); in ActOnOpenMPExecutableDirective() 2505 Res = ActOnOpenMPParallelDirective(ClausesWithImplicit, AStmt, StartLoc, in ActOnOpenMPExecutableDirective() 2510 Res = ActOnOpenMPSimdDirective(ClausesWithImplicit, AStmt, StartLoc, EndLoc, in ActOnOpenMPExecutableDirective() 2514 Res = ActOnOpenMPForDirective(ClausesWithImplicit, AStmt, StartLoc, EndLoc, in ActOnOpenMPExecutableDirective() 2518 Res = ActOnOpenMPForSimdDirective(ClausesWithImplicit, AStmt, StartLoc, in ActOnOpenMPExecutableDirective() 2522 Res = ActOnOpenMPSectionsDirective(ClausesWithImplicit, AStmt, StartLoc, in ActOnOpenMPExecutableDirective() [all …]
|
D | TreeTransform.h | 1376 Stmt *AStmt, SourceLocation StartLoc, in RebuildOMPExecutableDirective() argument 1379 Kind, DirName, CancelRegion, Clauses, AStmt, StartLoc, EndLoc); in RebuildOMPExecutableDirective()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7833 Stmt *AStmt, SourceLocation StartLoc, SourceLocation EndLoc); 7837 Stmt *AStmt, 7843 ArrayRef<OMPClause *> Clauses, Stmt *AStmt, SourceLocation StartLoc, 7849 ArrayRef<OMPClause *> Clauses, Stmt *AStmt, SourceLocation StartLoc, 7855 ArrayRef<OMPClause *> Clauses, Stmt *AStmt, SourceLocation StartLoc, 7861 Stmt *AStmt, SourceLocation StartLoc, 7865 StmtResult ActOnOpenMPSectionDirective(Stmt *AStmt, SourceLocation StartLoc, 7870 Stmt *AStmt, SourceLocation StartLoc, 7874 StmtResult ActOnOpenMPMasterDirective(Stmt *AStmt, SourceLocation StartLoc, 7880 Stmt *AStmt, SourceLocation StartLoc, [all …]
|