Lines Matching defs:SelLocs
108 ArrayRef<SourceLocation> SelLocs,
119 initArgsAndSelLocs(Args, SelLocs, SelLocsK);
127 ArrayRef<SourceLocation> SelLocs,
136 initArgsAndSelLocs(Args, SelLocs, SelLocsK);
143 Selector Sel, ArrayRef<SourceLocation> SelLocs,
152 initArgsAndSelLocs(Args, SelLocs, SelLocsK);
158 ArrayRef<SourceLocation> SelLocs,
168 std::copy(SelLocs.begin(), SelLocs.end(), getStoredSelLocs());
176 ArrayRef<SourceLocation> SelLocs,
179 assert((!SelLocs.empty() || isImplicit) &&
186 Mem = alloc(Context, Args, RBracLoc, SelLocs, Sel, SelLocsK);
188 SuperType, Sel, SelLocs, SelLocsK, Method,
195 Selector Sel, ArrayRef<SourceLocation> SelLocs,
198 assert((!SelLocs.empty() || isImplicit) &&
205 Mem = alloc(Context, Args, RBracLoc, SelLocs, Sel, SelLocsK);
207 ObjCMessageExpr(T, VK, LBracLoc, Receiver, Sel, SelLocs, SelLocsK, Method,
214 ArrayRef<SourceLocation> SelLocs,
217 assert((!SelLocs.empty() || isImplicit) &&
224 Mem = alloc(Context, Args, RBracLoc, SelLocs, Sel, SelLocsK);
226 ObjCMessageExpr(T, VK, LBracLoc, Receiver, Sel, SelLocs, SelLocsK, Method,
240 ArrayRef<SourceLocation> SelLocs,
243 SelLocsK = hasStandardSelectorLocs(Sel, SelLocs, Args, RBraceLoc);
245 (SelLocsK == SelLoc_NonStandard) ? SelLocs.size() : 0;
257 SmallVectorImpl<SourceLocation> &SelLocs) const {
259 SelLocs.push_back(getSelectorLoc(i));