Searched refs:NextStmt (Results 1 – 3 of 3) sorted by relevance
2450 Stmt *NextStmt) { in ActOnEndRoutineStmtDirective() argument2451 assert((!ReferencedFunc || !NextStmt) && in ActOnEndRoutineStmtDirective()2456 if (NextStmt) in ActOnEndRoutineStmtDirective()2457 if (DeclStmt *DS = dyn_cast<DeclStmt>(NextStmt); DS && DS->isSingleDecl()) in ActOnEndRoutineStmtDirective()2461 return NextStmt; in ActOnEndRoutineStmtDirective()
1629 StmtResult NextStmt = StmtEmpty(); in ParseOpenACCAfterRoutineStmt() local1636 NextStmt = ParseStatement(); in ParseOpenACCAfterRoutineStmt()1642 DirInfo.RParenLoc, DirInfo.Clauses, DirInfo.EndLoc, NextStmt.get()); in ParseOpenACCAfterRoutineStmt()
866 SourceLocation EndLoc, Stmt *NextStmt);