clang-tools 19.0.0git
Classes | Public Member Functions | List of all members
clang::move::DeclarationReporter Class Reference

#include <Move.h>

Classes

struct  Declaration
 

Public Member Functions

 DeclarationReporter ()=default
 
 ~DeclarationReporter ()=default
 
void reportDeclaration (llvm::StringRef DeclarationName, llvm::StringRef Type, bool Templated)
 
const std::vector< DeclarationgetDeclarationList () const
 

Detailed Description

Definition at line 29 of file Move.h.

Constructor & Destructor Documentation

◆ DeclarationReporter()

clang::move::DeclarationReporter::DeclarationReporter ( )
default

◆ ~DeclarationReporter()

clang::move::DeclarationReporter::~DeclarationReporter ( )
default

Member Function Documentation

◆ getDeclarationList()

const std::vector< Declaration > clang::move::DeclarationReporter::getDeclarationList ( ) const
inline

Definition at line 52 of file Move.h.

Referenced by main().

◆ reportDeclaration()

void clang::move::DeclarationReporter::reportDeclaration ( llvm::StringRef  DeclarationName,
llvm::StringRef  Type,
bool  Templated 
)
inline

Definition at line 34 of file Move.h.

References Type.

Referenced by clang::move::ClangMoveTool::onEndOfTranslationUnit().


The documentation for this class was generated from the following file: