Lines Matching refs:RParenLoc

911                              ConditionResult Cond, SourceLocation RParenLoc,  in ActOnIfStmt()  argument
930 DiagnoseEmptyStmtBody(RParenLoc, thenStmt, diag::warn_empty_if_body); in ActOnIfStmt()
977 return BuildIfStmt(IfLoc, StatementKind, LParenLoc, InitStmt, Cond, RParenLoc, in ActOnIfStmt()
984 ConditionResult Cond, SourceLocation RParenLoc, in BuildIfStmt() argument
996 RParenLoc, thenStmt, ElseLoc, elseStmt); in BuildIfStmt()
1124 SourceLocation RParenLoc) { in ActOnStartOfSwitchStmt() argument
1147 LParenLoc, RParenLoc); in ActOnStartOfSwitchStmt()
1721 SourceLocation RParenLoc, Stmt *Body) { in ActOnWhileStmt() argument
1736 WhileLoc, LParenLoc, RParenLoc); in ActOnWhileStmt()
2166 FullExprArg third, SourceLocation RParenLoc, in ActOnForStmt() argument
2219 Body, ForLoc, LParenLoc, RParenLoc); in ActOnForStmt()
2336 Stmt *First, SourceLocation ColonLoc, Expr *Range, SourceLocation RParenLoc, in ActOnCXXForRangeStmt() argument
2348 return ObjC().ActOnObjCForCollectionStmt(ForLoc, First, Range, RParenLoc); in ActOnCXXForRangeStmt()
2402 /*Cond=*/nullptr, /*Inc=*/nullptr, DS, RParenLoc, Kind, in ActOnCXXForRangeStmt()
2564 SourceLocation RParenLoc) { in RebuildForRangeWithDereference() argument
2577 AdjustedRange.get(), RParenLoc, Sema::BFRK_Check); in RebuildForRangeWithDereference()
2589 AdjustedRange.get(), RParenLoc, Sema::BFRK_Rebuild); in RebuildForRangeWithDereference()
2595 Expr *Cond, Expr *Inc, Stmt *LoopVarDecl, SourceLocation RParenLoc, in BuildCXXForRangeStmt() argument
2798 RParenLoc); in BuildCXXForRangeStmt()
2925 ColonLoc, RParenLoc); in BuildCXXForRangeStmt()