Lines Matching defs:Sel
107 QualType SuperType, Selector Sel,
114 reinterpret_cast<uintptr_t>(Method ? Method : Sel.getAsOpaquePtr())),
126 TypeSourceInfo *Receiver, Selector Sel,
133 reinterpret_cast<uintptr_t>(Method ? Method : Sel.getAsOpaquePtr())),
143 Selector Sel, ArrayRef<SourceLocation> SelLocs,
149 reinterpret_cast<uintptr_t>(Method ? Method : Sel.getAsOpaquePtr())),
175 bool IsInstanceSuper, QualType SuperType, Selector Sel,
186 Mem = alloc(Context, Args, RBracLoc, SelLocs, Sel, SelLocsK);
188 SuperType, Sel, SelLocs, SelLocsK, Method,
195 Selector Sel, ArrayRef<SourceLocation> SelLocs,
205 Mem = alloc(Context, Args, RBracLoc, SelLocs, Sel, SelLocsK);
207 ObjCMessageExpr(T, VK, LBracLoc, Receiver, Sel, SelLocs, SelLocsK, Method,
213 SourceLocation LBracLoc, Expr *Receiver, Selector Sel,
224 Mem = alloc(Context, Args, RBracLoc, SelLocs, Sel, SelLocsK);
226 ObjCMessageExpr(T, VK, LBracLoc, Receiver, Sel, SelLocs, SelLocsK, Method,
241 Selector Sel,
243 SelLocsK = hasStandardSelectorLocs(Sel, SelLocs, Args, RBraceLoc);