clang-tools 22.0.0git
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)
ArrayRef< 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()

ArrayRef< 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.


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