Lines Matching defs:SelLocs
922 ArrayRef<SourceLocation> SelLocs) {
925 if (Params.empty() && SelLocs.empty())
932 sizeof(SourceLocation) * SelLocs.size();
935 std::uninitialized_copy(SelLocs.begin(), SelLocs.end(), getStoredSelLocs());
939 SmallVectorImpl<SourceLocation> &SelLocs) const {
941 SelLocs.push_back(getSelectorLoc(i));
946 ArrayRef<SourceLocation> SelLocs) {
947 assert((!SelLocs.empty() || isImplicit()) &&
952 setSelLocsKind(hasStandardSelectorLocs(getSelector(), SelLocs, Params,
957 setParamsAndSelLocs(C, Params, SelLocs);