Searched refs:getUSRsForDeclaration (Results 1 – 3 of 3) sorted by relevance
41 std::vector<std::string> getUSRsForDeclaration(const NamedDecl *ND,
48 getUSRsForDeclaration(ND, Context.getASTContext()); in findSymbolOccurrences()138 auto USRs = getUSRsForDeclaration(ND, Context.getASTContext()); in createSourceReplacements()
219 std::vector<std::string> getUSRsForDeclaration(const NamedDecl *ND, in getUSRsForDeclaration() function