Home
last modified time | relevance | path

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

/freebsd-src/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()
H A DUSRLocFinder.cpp58 explicit USRLocFindingASTVisitor(const std::vector<std::string> &USRs, in USRLocFindingASTVisitor()
158 RenameLocFinder(llvm::ArrayRef<std::string> USRs, ASTContext &Context) in RenameLocFinder()
521 SymbolOccurrences getOccurrencesOfUSRs(ArrayRef<std::string> USRs, in getOccurrencesOfUSRs()
529 createRenameAtomicChanges(llvm::ArrayRef<std::string> USRs, in createRenameAtomicChanges()