Lines Matching defs:LParenLoc
935 : Stmt(IfStmtClass), LParenLoc(LPL), RParenLoc(RPL) {
1032 : Stmt(ForStmtClass), LParenLoc(LP), RParenLoc(RP)
1062 Expr *Cond, SourceLocation LParenLoc,
1064 : Stmt(SwitchStmtClass), FirstCase(nullptr), LParenLoc(LParenLoc),
1090 Expr *Cond, SourceLocation LParenLoc,
1097 return new (Mem) SwitchStmt(Ctx, Init, Var, Cond, LParenLoc, RParenLoc);
1130 Stmt *Body, SourceLocation WL, SourceLocation LParenLoc,
1142 setLParenLoc(LParenLoc);
1153 SourceLocation LParenLoc,
1159 return new (Mem) WhileStmt(Ctx, Var, Cond, Body, WL, LParenLoc, RParenLoc);