Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp2469 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 …]
DTreeTransform.h1376 Stmt *AStmt, SourceLocation StartLoc, in RebuildOMPExecutableDirective() argument
1379 Kind, DirName, CancelRegion, Clauses, AStmt, StartLoc, EndLoc); in RebuildOMPExecutableDirective()
/external/clang/include/clang/Sema/
DSema.h7833 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 …]