Lines Matching defs:LParenLoc
927 : Stmt(IfStmtClass), LParenLoc(LPL), RParenLoc(RPL) {
1024 : Stmt(ForStmtClass), LParenLoc(LP), RParenLoc(RP)
1054 Expr *Cond, SourceLocation LParenLoc,
1056 : Stmt(SwitchStmtClass), FirstCase(nullptr), LParenLoc(LParenLoc),
1082 Expr *Cond, SourceLocation LParenLoc,
1089 return new (Mem) SwitchStmt(Ctx, Init, Var, Cond, LParenLoc, RParenLoc);
1122 Stmt *Body, SourceLocation WL, SourceLocation LParenLoc,
1134 setLParenLoc(LParenLoc);
1145 SourceLocation LParenLoc,
1151 return new (Mem) WhileStmt(Ctx, Var, Cond, Body, WL, LParenLoc, RParenLoc);