clang-tools
4.0.0
|
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>
Go to the source code of this file.
Classes | |
class | clang::rename::NamedDeclFindingConsumer |
Namespaces | |
clang | |
-rename | |
clang::rename | |
Provides an action to find USR for the symbol at <offset>, as well as all additional USRs.
Definition in file USRFindingAction.cpp.
ASTContext& Context |
Definition at line 131 of file USRFindingAction.cpp.
const Decl* FoundDecl |
Definition at line 130 of file USRFindingAction.cpp.
Referenced by clang::tidy::misc::UnusedAliasDeclsCheck::onEndOfTranslationUnit().
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.