Home | History | Annotate | Download | only in AST

Lines Matching refs:SelLocs

427                                          ArrayRef<SourceLocation> SelLocs) {
430 if (Params.empty() && SelLocs.empty())
434 sizeof(SourceLocation) * SelLocs.size();
437 std::copy(SelLocs.begin(), SelLocs.end(), getStoredSelLocs());
441 SmallVectorImpl<SourceLocation> &SelLocs) const {
443 SelLocs.push_back(getSelectorLoc(i));
448 ArrayRef<SourceLocation> SelLocs) {
449 assert((!SelLocs.empty() || isImplicit()) &&
454 SelLocsKind = hasStandardSelectorLocs(getSelector(), SelLocs, Params, EndLoc);
458 setParamsAndSelLocs(C, Params, SelLocs);