clang-tools
4.0.0
|
Methods for determining the USR of a symbol at a location in source code. More...
#include "clang/AST/AST.h"
#include "clang/AST/ASTContext.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | clang::rename::NestedNameSpecifierLocFinder |
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.