ΒΆstd::vector<std::string> getUSRsForDeclaration(
    const clang::NamedDecl* ND,
    clang::ASTContext& Context)

Description

Returns the set of USRs that correspond to the given declaration.

Declared at: clang/include/clang/Tooling/Refactoring/Rename/USRFindingAction.h:40

Parameters

const clang::NamedDecl* ND
clang::ASTContext& Context