clang 20.0.0git
|
Provides an action to find all relevant USRs at a point. More...
Go to the source code of this file.
Classes | |
struct | clang::tooling::USRFindingAction |
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
namespace | clang::tooling |
Functions | |
const NamedDecl * | clang::tooling::getCanonicalSymbolDeclaration (const NamedDecl *FoundDecl) |
Returns the canonical declaration that best represents a symbol that can be renamed. | |
std::vector< std::string > | clang::tooling::getUSRsForDeclaration (const NamedDecl *ND, ASTContext &Context) |
Returns the set of USRs that correspond to the given declaration. | |
Provides an action to find all relevant USRs at a point.
Definition in file USRFindingAction.h.