clang 19.0.0git
Classes | Namespaces | Functions
USRFindingAction.h File Reference

Provides an action to find all relevant USRs at a point. More...

#include "clang/Basic/LLVM.h"
#include "llvm/ADT/ArrayRef.h"
#include <string>
#include <vector>

Go to the source code of this file.

Classes

struct  clang::tooling::USRFindingAction
 

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
 
namespace  clang::tooling
 

Functions

const NamedDecl * clang::tooling::getCanonicalSymbolDeclaration (const NamedDecl *FoundDecl)
 Returns the canonical declaration that best represents a symbol that can be renamed.
 
std::vector< std::string > clang::tooling::getUSRsForDeclaration (const NamedDecl *ND, ASTContext &Context)
 Returns the set of USRs that correspond to the given declaration.
 

Detailed Description

Provides an action to find all relevant USRs at a point.

Definition in file USRFindingAction.h.