/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 3382 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 …]
|
D | TreeTransform.h | 1388 Stmt *AStmt, SourceLocation StartLoc, in RebuildOMPExecutableDirective() argument 1391 Kind, DirName, CancelRegion, Clauses, AStmt, StartLoc, EndLoc); in RebuildOMPExecutableDirective()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 5047 Stmt *AStmt, SourceLocation StartLoc, SourceLocation EndLoc) { in ActOnOpenMPExecutableDirective() argument 5059 if (AStmt && !CurContext->isDependentContext() && Kind != OMPD_atomic && in ActOnOpenMPExecutableDirective() 5061 assert(isa<CapturedStmt>(AStmt) && "Captured statement expected"); in ActOnOpenMPExecutableDirective() 5064 DSAAttrChecker DSAChecker(DSAStack, *this, cast<CapturedStmt>(AStmt)); in ActOnOpenMPExecutableDirective() 5066 Stmt *S = AStmt; in ActOnOpenMPExecutableDirective() 5073 auto *CS = cast<CapturedStmt>(AStmt); in ActOnOpenMPExecutableDirective() 5143 Res = ActOnOpenMPParallelDirective(ClausesWithImplicit, AStmt, StartLoc, in ActOnOpenMPExecutableDirective() 5148 Res = ActOnOpenMPSimdDirective(ClausesWithImplicit, AStmt, StartLoc, EndLoc, in ActOnOpenMPExecutableDirective() 5154 Res = ActOnOpenMPForDirective(ClausesWithImplicit, AStmt, StartLoc, EndLoc, in ActOnOpenMPExecutableDirective() 5158 Res = ActOnOpenMPForSimdDirective(ClausesWithImplicit, AStmt, StartLoc, in ActOnOpenMPExecutableDirective() [all …]
|
D | TreeTransform.h | 1556 Stmt *AStmt, SourceLocation StartLoc, in RebuildOMPExecutableDirective() argument 1559 Kind, DirName, CancelRegion, Clauses, AStmt, StartLoc, EndLoc); in RebuildOMPExecutableDirective()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 10356 Stmt *AStmt, SourceLocation StartLoc, SourceLocation EndLoc); 10360 Stmt *AStmt, 10368 ActOnOpenMPSimdDirective(ArrayRef<OMPClause *> Clauses, Stmt *AStmt, 10374 ActOnOpenMPForDirective(ArrayRef<OMPClause *> Clauses, Stmt *AStmt, 10380 ActOnOpenMPForSimdDirective(ArrayRef<OMPClause *> Clauses, Stmt *AStmt, 10386 Stmt *AStmt, SourceLocation StartLoc, 10390 StmtResult ActOnOpenMPSectionDirective(Stmt *AStmt, SourceLocation StartLoc, 10395 Stmt *AStmt, SourceLocation StartLoc, 10399 StmtResult ActOnOpenMPMasterDirective(Stmt *AStmt, SourceLocation StartLoc, 10405 Stmt *AStmt, SourceLocation StartLoc, [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 8041 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 …]
|