Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Tooling/Refactoring/Rename/
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()
DUSRLocFinder.cpp58 explicit USRLocFindingASTVisitor(const std::vector<std::string> &USRs, in USRLocFindingASTVisitor()
158 RenameLocFinder(llvm::ArrayRef<std::string> USRs, ASTContext &Context) in RenameLocFinder()
502 SymbolOccurrences getOccurrencesOfUSRs(ArrayRef<std::string> USRs, in getOccurrencesOfUSRs()
510 createRenameAtomicChanges(llvm::ArrayRef<std::string> USRs, in createRenameAtomicChanges()