Home
last modified time | relevance | path

Searched refs:AStmt (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DSemaOpenMP.cpp3382 Stmt *AStmt, SourceLocation StartLoc, SourceLocation EndLoc) { in ActOnOpenMPExecutableDirective() argument
3392 if (AStmt) { in ActOnOpenMPExecutableDirective()
3393 assert(isa<CapturedStmt>(AStmt) && "Captured statement expected"); in ActOnOpenMPExecutableDirective()
3396 DSAAttrChecker DSAChecker(DSAStack, *this, cast<CapturedStmt>(AStmt)); in ActOnOpenMPExecutableDirective()
3397 DSAChecker.Visit(cast<CapturedStmt>(AStmt)->getCapturedStmt()); in ActOnOpenMPExecutableDirective()
3418 Res = ActOnOpenMPParallelDirective(ClausesWithImplicit, AStmt, StartLoc, in ActOnOpenMPExecutableDirective()
3423 Res = ActOnOpenMPSimdDirective(ClausesWithImplicit, AStmt, StartLoc, EndLoc, in ActOnOpenMPExecutableDirective()
3427 Res = ActOnOpenMPForDirective(ClausesWithImplicit, AStmt, StartLoc, EndLoc, in ActOnOpenMPExecutableDirective()
3431 Res = ActOnOpenMPForSimdDirective(ClausesWithImplicit, AStmt, StartLoc, in ActOnOpenMPExecutableDirective()
3435 Res = ActOnOpenMPSectionsDirective(ClausesWithImplicit, AStmt, StartLoc, in ActOnOpenMPExecutableDirective()
[all …]
DTreeTransform.h1388 Stmt *AStmt, SourceLocation StartLoc, in RebuildOMPExecutableDirective() argument
1391 Kind, DirName, CancelRegion, Clauses, AStmt, StartLoc, EndLoc); in RebuildOMPExecutableDirective()
/external/clang/include/clang/Sema/
DSema.h8041 Stmt *AStmt, SourceLocation StartLoc, SourceLocation EndLoc);
8045 Stmt *AStmt,
8051 ArrayRef<OMPClause *> Clauses, Stmt *AStmt, SourceLocation StartLoc,
8057 ArrayRef<OMPClause *> Clauses, Stmt *AStmt, SourceLocation StartLoc,
8063 ArrayRef<OMPClause *> Clauses, Stmt *AStmt, SourceLocation StartLoc,
8069 Stmt *AStmt, SourceLocation StartLoc,
8073 StmtResult ActOnOpenMPSectionDirective(Stmt *AStmt, SourceLocation StartLoc,
8078 Stmt *AStmt, SourceLocation StartLoc,
8082 StmtResult ActOnOpenMPMasterDirective(Stmt *AStmt, SourceLocation StartLoc,
8088 Stmt *AStmt, SourceLocation StartLoc,
[all …]