Searched refs:USRs (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
H A DUSRLocFinder.h30 /// identified by the USRs set to a given new name.
32 /// \param USRs The set containing USRs of a particular old symbol.
38 createRenameAtomicChanges(llvm::ArrayRef<std::string> USRs,
46 SymbolOccurrences getOccurrencesOfUSRs(ArrayRef<std::string> USRs,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp47 std::vector<std::string> USRs = local
50 return getOccurrencesOfUSRs(USRs, PrevName,
138 auto USRs = getUSRsForDeclaration(ND, Context.getASTContext()); local
139 assert(!USRs.empty());
141 USRs, NewQualifiedName, Context.getASTContext().getTranslationUnitDecl());
206 const std::vector<std::string> &USRs) {
210 USRs, PrevName, Context.getTranslationUnitDecl());
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
63 USRSet(USRs.begin(), USRs.end()), PrevName(PrevName), Context(Context) {
152 // Find all locations identified by the given USRs for rename.
155 // given USRs' set.
158 RenameLocFinder(llvm::ArrayRef<std::string> USRs, ASTContext &Context) argument
159 : USRSet(USRs.begin(), USRs.end()), Context(Context) {}
502 SymbolOccurrences getOccurrencesOfUSRs(ArrayRef<std::string> USRs, argument
504 USRLocFindingASTVisitor Visitor(USRs, PrevNam
510 createRenameAtomicChanges(llvm::ArrayRef<std::string> USRs, llvm::StringRef NewName, Decl *TranslationUnitDecl) argument
[all...]

Completed in 170 milliseconds