Home | History | Annotate | Download | only in AST

Lines Matching refs:SelLocs

510                                          ArrayRef<SourceLocation> SelLocs) {
513 if (Params.empty() && SelLocs.empty())
517 sizeof(SourceLocation) * SelLocs.size();
520 std::copy(SelLocs.begin(), SelLocs.end(), getStoredSelLocs());
524 SmallVectorImpl<SourceLocation> &SelLocs) const {
526 SelLocs.push_back(getSelectorLoc(i));
531 ArrayRef<SourceLocation> SelLocs) {
532 assert((!SelLocs.empty() || isImplicit()) &&
537 SelLocsKind = hasStandardSelectorLocs(getSelector(), SelLocs, Params,
542 setParamsAndSelLocs(C, Params, SelLocs);