clang-tools 19.0.0git
Public Member Functions | List of all members
clang::find_all_symbols::FindAllSymbolsActionFactory Class Reference

#include <FindAllSymbolsAction.h>

Inheritance diagram for clang::find_all_symbols::FindAllSymbolsActionFactory:
Inheritance graph
[legend]

Public Member Functions

 FindAllSymbolsActionFactory (SymbolReporter *Reporter, const HeaderMapCollector::RegexHeaderMap *RegexHeaderMap=nullptr)
 
std::unique_ptr< FrontendAction > create () override
 

Detailed Description

Definition at line 43 of file FindAllSymbolsAction.h.

Constructor & Destructor Documentation

◆ FindAllSymbolsActionFactory()

clang::find_all_symbols::FindAllSymbolsActionFactory::FindAllSymbolsActionFactory ( SymbolReporter Reporter,
const HeaderMapCollector::RegexHeaderMap RegexHeaderMap = nullptr 
)
inline

Definition at line 45 of file FindAllSymbolsAction.h.

Member Function Documentation

◆ create()

std::unique_ptr< FrontendAction > clang::find_all_symbols::FindAllSymbolsActionFactory::create ( )
inlineoverride

Definition at line 50 of file FindAllSymbolsAction.h.


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