Home | History | Annotate | Download | only in AST

Lines Matching refs:SelLocs

686                                          ArrayRef<SourceLocation> SelLocs) {
689 if (Params.empty() && SelLocs.empty())
693 sizeof(SourceLocation) * SelLocs.size();
696 std::copy(SelLocs.begin(), SelLocs.end(), getStoredSelLocs());
700 SmallVectorImpl<SourceLocation> &SelLocs) const {
702 SelLocs.push_back(getSelectorLoc(i));
707 ArrayRef<SourceLocation> SelLocs) {
708 assert((!SelLocs.empty() || isImplicit()) &&
713 SelLocsKind = hasStandardSelectorLocs(getSelector(), SelLocs, Params,
718 setParamsAndSelLocs(C, Params, SelLocs);