Searched refs:NameRanges (Results 1 – 3 of 3) sorted by relevance
42 ArrayRef<SourceRange> NameRanges) { in visitSymbolOccurrence() argument45 for (const auto &Range : NameRanges) { in visitSymbolOccurrence()
66 ArrayRef<SourceRange> NameRanges) { in visitSymbolOccurrence() argument68 assert(NameRanges.size() == 1 && in visitSymbolOccurrence()70 SourceLocation Loc = NameRanges[0].getBegin(); in visitSymbolOccurrence()
37 ArrayRef<SourceRange> NameRanges) { in visitSymbolOccurrence() argument