Home
last modified time | relevance | path

Searched refs:NameRanges (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFinder.cpp44 ArrayRef<SourceRange> NameRanges) { in visitSymbolOccurrence() argument
47 for (const auto &Range : NameRanges) { in visitSymbolOccurrence()
H A DUSRLocFinder.cpp67 ArrayRef<SourceRange> NameRanges) { in visitSymbolOccurrence() argument
69 assert(NameRanges.size() == 1 && in visitSymbolOccurrence()
71 SourceLocation Loc = NameRanges[0].getBegin(); in visitSymbolOccurrence()
/src/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h37 ArrayRef<SourceRange> NameRanges) { in visitSymbolOccurrence() argument