clang 20.0.0git
|
#include "clang/Tooling/Refactoring/Rename/USRFinder.h"
#include "clang/AST/AST.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/RecursiveASTVisitor.h"
#include "clang/Basic/SourceManager.h"
#include "clang/Index/USRGeneration.h"
#include "clang/Lex/Lexer.h"
#include "clang/Tooling/Refactoring/RecursiveSymbolVisitor.h"
#include "llvm/ADT/SmallVector.h"
Go to the source code of this file.
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
namespace | clang::tooling |
Functions | |
const NamedDecl * | clang::tooling::getNamedDeclAt (const ASTContext &Context, const SourceLocation Point) |
const NamedDecl * | clang::tooling::getNamedDeclFor (const ASTContext &Context, const std::string &Name) |
std::string | clang::tooling::getUSRForDecl (const Decl *Decl) |