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

#include <FindAllSymbolsAction.h>

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

Public Member Functions

 FindAllSymbolsAction (SymbolReporter *Reporter, const HeaderMapCollector::RegexHeaderMap *RegexHeaderMap=nullptr)
 
std::unique_ptr< clang::ASTConsumer > CreateASTConsumer (clang::CompilerInstance &Compiler, StringRef InFile) override
 

Detailed Description

Definition at line 25 of file FindAllSymbolsAction.h.

Constructor & Destructor Documentation

◆ FindAllSymbolsAction()

clang::find_all_symbols::FindAllSymbolsAction::FindAllSymbolsAction ( SymbolReporter Reporter,
const HeaderMapCollector::RegexHeaderMap RegexHeaderMap = nullptr 
)
explicit

Member Function Documentation

◆ CreateASTConsumer()

std::unique_ptr< ASTConsumer > clang::find_all_symbols::FindAllSymbolsAction::CreateASTConsumer ( clang::CompilerInstance &  Compiler,
StringRef  InFile 
)
override

Definition at line 27 of file FindAllSymbolsAction.cpp.


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