Lines Matching refs:LBracLoc
3268 SourceLocation LBracLoc, in ObjCMessageExpr() argument
3287 SuperLoc(SuperLoc), LBracLoc(LBracLoc), RBracLoc(RBracLoc) in ObjCMessageExpr()
3295 SourceLocation LBracLoc, in ObjCMessageExpr() argument
3311 LBracLoc(LBracLoc), RBracLoc(RBracLoc) in ObjCMessageExpr()
3319 SourceLocation LBracLoc, in ObjCMessageExpr() argument
3336 LBracLoc(LBracLoc), RBracLoc(RBracLoc) in ObjCMessageExpr()
3369 SourceLocation LBracLoc, in Create() argument
3387 return new (Mem) ObjCMessageExpr(T, VK, LBracLoc, SuperLoc, IsInstanceSuper, in Create()
3394 SourceLocation LBracLoc, in Create() argument
3410 return new (Mem) ObjCMessageExpr(T, VK, LBracLoc, Receiver, Sel, in Create()
3417 SourceLocation LBracLoc, in Create() argument
3433 return new (Mem) ObjCMessageExpr(T, VK, LBracLoc, Receiver, Sel, in Create()