clang-tools  4.0.0
Namespaces | Functions
USRFinder.cpp File Reference
#include "USRFinder.h"
#include "clang/AST/AST.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/RecursiveASTVisitor.h"
#include "clang/Index/USRGeneration.h"
#include "clang/Lex/Lexer.h"
#include "llvm/ADT/SmallVector.h"
Include dependency graph for USRFinder.cpp:

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)
 

Variable Documentation

const ASTContext& Context

Definition at line 165 of file USRFinder.cpp.

const std::string Name
const SourceLocation Point

Definition at line 163 of file USRFinder.cpp.

const NamedDecl* Result