Lines Matching refs:LBracLoc
3367 SourceLocation LBracLoc, in ObjCMessageExpr() argument
3386 IsImplicit(isImplicit), SuperLoc(SuperLoc), LBracLoc(LBracLoc), in ObjCMessageExpr()
3395 SourceLocation LBracLoc, in ObjCMessageExpr() argument
3411 IsImplicit(isImplicit), LBracLoc(LBracLoc), RBracLoc(RBracLoc) in ObjCMessageExpr()
3419 SourceLocation LBracLoc, in ObjCMessageExpr() argument
3436 IsImplicit(isImplicit), LBracLoc(LBracLoc), RBracLoc(RBracLoc) in ObjCMessageExpr()
3469 SourceLocation LBracLoc, in Create() argument
3487 return new (Mem) ObjCMessageExpr(T, VK, LBracLoc, SuperLoc, IsInstanceSuper, in Create()
3494 SourceLocation LBracLoc, in Create() argument
3510 return new (Mem) ObjCMessageExpr(T, VK, LBracLoc, Receiver, Sel, in Create()
3517 SourceLocation LBracLoc, in Create() argument
3533 return new (Mem) ObjCMessageExpr(T, VK, LBracLoc, Receiver, Sel, in Create()