Home
last modified time | relevance | path

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

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