Home
last modified time | relevance | path

Searched refs:getUSRsForDeclaration (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
DUSRFindingAction.h41 std::vector<std::string> getUSRsForDeclaration(const NamedDecl *ND,
/external/llvm-project/clang/lib/Tooling/Refactoring/Rename/
DRenamingAction.cpp48 getUSRsForDeclaration(ND, Context.getASTContext()); in findSymbolOccurrences()
138 auto USRs = getUSRsForDeclaration(ND, Context.getASTContext()); in createSourceReplacements()
DUSRFindingAction.cpp219 std::vector<std::string> getUSRsForDeclaration(const NamedDecl *ND, in getUSRsForDeclaration() function