clang-tools
3.9.0
|
Methods for determining the USR of a symbol at a location in source code. More...
#include <string>
Go to the source code of this file.
Namespaces | |
clang | |
-rename | |
clang::rename | |
Functions | |
const NamedDecl * | clang::rename::getNamedDeclAt (const ASTContext &Context, const SourceLocation Point) |
const NamedDecl * | clang::rename::getNamedDeclFor (const ASTContext &Context, const std::string &Name) |
std::string | clang::rename::getUSRForDecl (const Decl *Decl) |
Methods for determining the USR of a symbol at a location in source code.
Definition in file USRFinder.h.