Searched defs:AStmt (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 2469 Stmt *AStmt, SourceLocation StartLoc, SourceLocation EndLoc) { in ActOnOpenMPExecutableDirective() 2666 Stmt *AStmt, in ActOnOpenMPParallelDirective() 3641 Expr *OrderedLoopCountExpr, Stmt *AStmt, Sema &SemaRef, in CheckOpenMPLoop() 4081 ArrayRef<OMPClause *> Clauses, Stmt *AStmt, SourceLocation StartLoc, in ActOnOpenMPSimdDirective() 4134 ArrayRef<OMPClause *> Clauses, Stmt *AStmt, SourceLocation StartLoc, in ActOnOpenMPForDirective() 4169 ArrayRef<OMPClause *> Clauses, Stmt *AStmt, SourceLocation StartLoc, in ActOnOpenMPForSimdDirective() 4223 Stmt *AStmt, in ActOnOpenMPSectionsDirective() 4260 StmtResult Sema::ActOnOpenMPSectionDirective(Stmt *AStmt, in ActOnOpenMPSectionDirective() 4276 Stmt *AStmt, in ActOnOpenMPSingleDirective() 4306 StmtResult Sema::ActOnOpenMPMasterDirective(Stmt *AStmt, in ActOnOpenMPMasterDirective() [all …]
|
D | TreeTransform.h | 1376 Stmt *AStmt, SourceLocation StartLoc, in RebuildOMPExecutableDirective()
|