clang-tools 22.0.0git
clang::find_all_symbols::FindAllSymbolsAction Class Reference

#include <FindAllSymbolsAction.h>

Inheritance diagram for clang::find_all_symbols::FindAllSymbolsAction:
[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

Definition at line 18 of file FindAllSymbolsAction.cpp.

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: