Lines Matching refs:LBracLoc
135 SourceLocation LBracLoc, in ObjCMessageExpr() argument
150 IsImplicit(isImplicit), SuperLoc(SuperLoc), LBracLoc(LBracLoc), in ObjCMessageExpr()
157 SourceLocation LBracLoc, in ObjCMessageExpr() argument
169 IsImplicit(isImplicit), LBracLoc(LBracLoc), RBracLoc(RBracLoc) { in ObjCMessageExpr()
175 SourceLocation LBracLoc, Expr *Receiver, in ObjCMessageExpr() argument
187 IsImplicit(isImplicit), LBracLoc(LBracLoc), RBracLoc(RBracLoc) { in ObjCMessageExpr()
219 SourceLocation LBracLoc, SourceLocation SuperLoc, in Create() argument
232 return new (Mem) ObjCMessageExpr(T, VK, LBracLoc, SuperLoc, IsInstanceSuper, in Create()
239 SourceLocation LBracLoc, TypeSourceInfo *Receiver, in Create() argument
252 ObjCMessageExpr(T, VK, LBracLoc, Receiver, Sel, SelLocs, SelLocsK, Method, in Create()
258 SourceLocation LBracLoc, Expr *Receiver, Selector Sel, in Create() argument
271 ObjCMessageExpr(T, VK, LBracLoc, Receiver, Sel, SelLocs, SelLocsK, Method, in Create()