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