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

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

Functions

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

Detailed Description

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

Definition in file USRFindingAction.h.