clang-tools  4.0.0
Classes | Namespaces
USRFindingAction.cpp File Reference

Provides an action to find USR for the symbol at <offset>, as well as all additional USRs. More...

#include "USRFindingAction.h"
#include "USRFinder.h"
#include "clang/AST/AST.h"
#include "clang/AST/ASTConsumer.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/Decl.h"
#include "clang/AST/RecursiveASTVisitor.h"
#include "clang/Basic/FileManager.h"
#include "clang/Frontend/CompilerInstance.h"
#include "clang/Frontend/FrontendAction.h"
#include "clang/Lex/Lexer.h"
#include "clang/Lex/Preprocessor.h"
#include "clang/Tooling/CommonOptionsParser.h"
#include "clang/Tooling/Refactoring.h"
#include "clang/Tooling/Tooling.h"
#include <algorithm>
#include <set>
#include <string>
#include <vector>
Include dependency graph for USRFindingAction.cpp:

Go to the source code of this file.

Classes

class  clang::rename::NamedDeclFindingConsumer
 

Namespaces

 clang
 -rename
 
 clang::rename
 

Detailed Description

Provides an action to find USR for the symbol at <offset>, as well as all additional USRs.

Definition in file USRFindingAction.cpp.

Variable Documentation

ASTContext& Context

Definition at line 131 of file USRFindingAction.cpp.

const Decl* FoundDecl
std::vector<const CXXMethodDecl *> OverriddenMethods

Definition at line 133 of file USRFindingAction.cpp.

std::vector<const ClassTemplatePartialSpecializationDecl *> PartialSpecs

Definition at line 134 of file USRFindingAction.cpp.

std::set<std::string> USRSet

Definition at line 132 of file USRFindingAction.cpp.