clang-tools
4.0.0
|
#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"
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) |
const ASTContext& Context |
Definition at line 165 of file USRFinder.cpp.
const std::string Name |
Definition at line 164 of file USRFinder.cpp.
Referenced by EntityMap::add(), clang::tidy::readability::NamedParameterCheck::check(), clang::tidy::readability::IdentifierNamingCheck::check(), clang::tidy::readability::IdentifierNamingCheck::checkMacro(), clang::tidy::readability::IdentifierNamingCheck::expandMacro(), clang::tidy::readability::fixupWithCase(), clang::tidy::modernize::getContainerFromBeginEndCall(), clang::tidy::misc::isStandardSmartPointer(), clang::tidy::utils::options::parseStringList(), clang::tidy::ClangTidyCheckFactories::registerCheck(), clang::tidy::ClangTidyCheckFactories::registerCheckFactory(), clang::query::LetQuery::run(), and CollectEntitiesVisitor::VisitNamedDecl().
const SourceLocation Point |
Definition at line 163 of file USRFinder.cpp.
const NamedDecl* Result |
Definition at line 162 of file USRFinder.cpp.
Referenced by clang::replace::applyAllReplacements(), clang::tidy::misc::MultipleStatementMacroCheck::check(), clang::tidy::mpi::BufferDerefCheck::check(), clang::tidy::mpi::TypeMismatchCheck::check(), clang::tidy::utils::cleanPath(), clang::tidy::OptionsView::get(), clang::tidy::modernize::getAllDirectBases(), clang::tidy::modernize::getAllNamedFields(), clang::tidy::modernize::getInnerTypeLocAs(), clang::tidy::OptionsView::getLocalOrGlobal(), clang::tidy::ClangTidyOptionsProvider::getOptions(), clang::tidy::utils::getParentStmts(), clang::tidy::DefaultOptionsProvider::getRawOptions(), clang::tidy::FileOptionsProvider::getRawOptions(), getSourceLocationString(), clang::tidy::misc::incrementWithoutOverflow(), clang::tidy::ClangTidyOptions::mergeWith(), and clang::tidy::utils::options::parseStringList().