Lines Matching refs:RParenLoc
839 SourceLocation rparenloc)
842 RParenLoc(rparenloc), AsmStr(asmstr), NumLabels(numlabels) {
912 : Stmt(IfStmtClass), LParenLoc(LPL), RParenLoc(RPL) {
1009 : Stmt(ForStmtClass), LParenLoc(LP), RParenLoc(RP)
1040 SourceLocation RParenLoc)
1042 RParenLoc(RParenLoc) {
1068 SourceLocation RParenLoc) {
1074 return new (Mem) SwitchStmt(Ctx, Init, Var, Cond, LParenLoc, RParenLoc);
1108 SourceLocation RParenLoc)
1120 setRParenLoc(RParenLoc);
1131 SourceLocation RParenLoc) {
1136 return new (Mem) WhileStmt(Ctx, Var, Cond, Body, WL, LParenLoc, RParenLoc);