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