Home
last modified time | relevance | path

Searched defs:USRs (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp47 std::vector<std::string> USRs = in findSymbolOccurrences() local
138 auto USRs = getUSRsForDeclaration(ND, Context.getASTContext()); in createSourceReplacements() local
206 const std::vector<std::string> &USRs) { in HandleOneRename()