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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp47 std::vector<std::string> USRs = local
138 auto USRs = getUSRsForDeclaration(ND, Context.getASTContext()); local
204 HandleOneRename(ASTContext &Context, const std::string &NewName, const std::string &PrevName, const std::vector<std::string> &USRs) argument
H A DUSRLocFinder.cpp58 explicit USRLocFindingASTVisitor(const std::vector<std::string> &USRs, argument
158 RenameLocFinder(llvm::ArrayRef<std::string> USRs, ASTContext &Context) argument
502 SymbolOccurrences getOccurrencesOfUSRs(ArrayRef<std::string> USRs, argument
510 createRenameAtomicChanges(llvm::ArrayRef<std::string> USRs, llvm::StringRef NewName, Decl *TranslationUnitDecl) argument
[all...]

Completed in 67 milliseconds