Lines Matching refs:LBracLoc
118 SourceLocation LBracLoc, in ObjCMessageExpr() argument
133 IsImplicit(isImplicit), SuperLoc(SuperLoc), LBracLoc(LBracLoc), in ObjCMessageExpr()
140 SourceLocation LBracLoc, in ObjCMessageExpr() argument
152 IsImplicit(isImplicit), LBracLoc(LBracLoc), RBracLoc(RBracLoc) { in ObjCMessageExpr()
158 SourceLocation LBracLoc, Expr *Receiver, in ObjCMessageExpr() argument
170 IsImplicit(isImplicit), LBracLoc(LBracLoc), RBracLoc(RBracLoc) { in ObjCMessageExpr()
202 SourceLocation LBracLoc, SourceLocation SuperLoc, in Create() argument
215 return new (Mem) ObjCMessageExpr(T, VK, LBracLoc, SuperLoc, IsInstanceSuper, in Create()
222 SourceLocation LBracLoc, TypeSourceInfo *Receiver, in Create() argument
235 ObjCMessageExpr(T, VK, LBracLoc, Receiver, Sel, SelLocs, SelLocsK, Method, in Create()
241 SourceLocation LBracLoc, Expr *Receiver, Selector Sel, in Create() argument
254 ObjCMessageExpr(T, VK, LBracLoc, Receiver, Sel, SelLocs, SelLocsK, Method, in Create()