Home
last modified time | relevance | path

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

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