clang-tools 20.0.0git
|
An interface for classes that collect symbols. More...
#include <SymbolReporter.h>
Public Member Functions | |
virtual | ~SymbolReporter ()=default |
virtual void | reportSymbols (llvm::StringRef FileName, const SymbolInfo::SignalMap &Symbols)=0 |
An interface for classes that collect symbols.
Definition at line 18 of file SymbolReporter.h.
|
virtualdefault |
|
pure virtual |