clang 20.0.0git
|
Methods for determining the USR of a symbol at a location in source code. More...
Go to the source code of this file.
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
namespace | clang::tooling |
Functions | |
const NamedDecl * | clang::tooling::getNamedDeclAt (const ASTContext &Context, const SourceLocation Point) |
const NamedDecl * | clang::tooling::getNamedDeclFor (const ASTContext &Context, const std::string &Name) |
std::string | clang::tooling::getUSRForDecl (const Decl *Decl) |
Methods for determining the USR of a symbol at a location in source code.
Definition in file USRFinder.h.