Home | History | Annotate | Download | only in AST

Lines Matching refs:SelLocs

3372                                  ArrayRef<SourceLocation> SelLocs,
3389 initArgsAndSelLocs(Args, SelLocs, SelLocsK);
3398 ArrayRef<SourceLocation> SelLocs,
3413 initArgsAndSelLocs(Args, SelLocs, SelLocsK);
3422 ArrayRef<SourceLocation> SelLocs,
3438 initArgsAndSelLocs(Args, SelLocs, SelLocsK);
3443 ArrayRef<SourceLocation> SelLocs,
3463 std::copy(SelLocs.begin(), SelLocs.end(), getStoredSelLocs());
3474 ArrayRef<SourceLocation> SelLocs,
3479 assert((!SelLocs.empty() || isImplicit) &&
3486 Mem = alloc(Context, Args, RBracLoc, SelLocs, Sel, SelLocsK);
3488 SuperType, Sel, SelLocs, SelLocsK,
3497 ArrayRef<SourceLocation> SelLocs,
3502 assert((!SelLocs.empty() || isImplicit) &&
3509 Mem = alloc(Context, Args, RBracLoc, SelLocs, Sel, SelLocsK);
3511 SelLocs, SelLocsK, Method, Args, RBracLoc,
3520 ArrayRef<SourceLocation> SelLocs,
3525 assert((!SelLocs.empty() || isImplicit) &&
3532 Mem = alloc(Context, Args, RBracLoc, SelLocs, Sel, SelLocsK);
3534 SelLocs, SelLocsK, Method, Args, RBracLoc,
3548 ArrayRef<SourceLocation> SelLocs,
3551 SelLocsK = hasStandardSelectorLocs(Sel, SelLocs, Args, RBraceLoc);
3552 unsigned NumStoredSelLocs = (SelLocsK == SelLoc_NonStandard) ? SelLocs.size()
3567 SmallVectorImpl<SourceLocation> &SelLocs) const {
3569 SelLocs.push_back(getSelectorLoc(i));