clang 19.0.0git
Namespaces | Functions
USRFinder.h File Reference

Methods for determining the USR of a symbol at a location in source code. More...

#include "clang/AST/AST.h"
#include "clang/AST/ASTContext.h"
#include <string>
#include <vector>

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)
 

Detailed Description

Methods for determining the USR of a symbol at a location in source code.

Definition in file USRFinder.h.