Lines Matching refs:LBracLoc
3461 SourceLocation LBracLoc, in ObjCMessageExpr() argument
3480 IsImplicit(isImplicit), SuperLoc(SuperLoc), LBracLoc(LBracLoc), in ObjCMessageExpr()
3489 SourceLocation LBracLoc, in ObjCMessageExpr() argument
3505 IsImplicit(isImplicit), LBracLoc(LBracLoc), RBracLoc(RBracLoc) in ObjCMessageExpr()
3513 SourceLocation LBracLoc, in ObjCMessageExpr() argument
3530 IsImplicit(isImplicit), LBracLoc(LBracLoc), RBracLoc(RBracLoc) in ObjCMessageExpr()
3563 SourceLocation LBracLoc, in Create() argument
3581 return new (Mem) ObjCMessageExpr(T, VK, LBracLoc, SuperLoc, IsInstanceSuper, in Create()
3588 SourceLocation LBracLoc, in Create() argument
3604 return new (Mem) ObjCMessageExpr(T, VK, LBracLoc, Receiver, Sel, in Create()
3611 SourceLocation LBracLoc, in Create() argument
3627 return new (Mem) ObjCMessageExpr(T, VK, LBracLoc, Receiver, Sel, in Create()