Home | History | Annotate | Download | only in AST

Lines Matching refs:Sel

120                                  QualType SuperType, Selector Sel,
130 reinterpret_cast<uintptr_t>(Method ? Method : Sel.getAsOpaquePtr())),
141 TypeSourceInfo *Receiver, Selector Sel,
150 reinterpret_cast<uintptr_t>(Method ? Method : Sel.getAsOpaquePtr())),
159 Selector Sel, ArrayRef<SourceLocation> SelLocs,
168 reinterpret_cast<uintptr_t>(Method ? Method : Sel.getAsOpaquePtr())),
203 bool IsInstanceSuper, QualType SuperType, Selector Sel,
214 Mem = alloc(Context, Args, RBracLoc, SelLocs, Sel, SelLocsK);
216 SuperType, Sel, SelLocs, SelLocsK, Method,
223 Selector Sel, ArrayRef<SourceLocation> SelLocs,
233 Mem = alloc(Context, Args, RBracLoc, SelLocs, Sel, SelLocsK);
235 ObjCMessageExpr(T, VK, LBracLoc, Receiver, Sel, SelLocs, SelLocsK, Method,
241 SourceLocation LBracLoc, Expr *Receiver, Selector Sel,
252 Mem = alloc(Context, Args, RBracLoc, SelLocs, Sel, SelLocsK);
254 ObjCMessageExpr(T, VK, LBracLoc, Receiver, Sel, SelLocs, SelLocsK, Method,
269 Selector Sel,
271 SelLocsK = hasStandardSelectorLocs(Sel, SelLocs, Args, RBraceLoc);