clang-tools  3.9.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 std::string Name
const SourceLocation Point
const NamedDecl* Result
const SourceManager& SourceMgr

Definition at line 138 of file USRFinder.cpp.

Referenced by clang::rename::getNamedDeclAt(), and clang::rename::getNamedDeclFor().