Lines Matching defs:SelLocs
920 ArrayRef<SourceLocation> SelLocs) {
923 if (Params.empty() && SelLocs.empty())
930 sizeof(SourceLocation) * SelLocs.size();
933 std::uninitialized_copy(SelLocs.begin(), SelLocs.end(), getStoredSelLocs());
937 SmallVectorImpl<SourceLocation> &SelLocs) const {
939 SelLocs.push_back(getSelectorLoc(i));
944 ArrayRef<SourceLocation> SelLocs) {
945 assert((!SelLocs.empty() || isImplicit()) &&
950 setSelLocsKind(hasStandardSelectorLocs(getSelector(), SelLocs, Params,
955 setParamsAndSelLocs(C, Params, SelLocs);