Public Member Functions | List of all members
CppInsightFrontendAction Class Referencefinal
Inheritance diagram for CppInsightFrontendAction:
Inheritance graph
[legend]
Collaboration diagram for CppInsightFrontendAction:
Collaboration graph
[legend]

Public Member Functions

 CppInsightFrontendAction ()=default
 
void EndSourceFileAction () override
 
std::unique_ptr< ASTConsumerCreateASTConsumer (CompilerInstance &CI, StringRef) override
 

Detailed Description

Definition at line 308 of file Insights.cpp.

Constructor & Destructor Documentation

◆ CppInsightFrontendAction()

CppInsightFrontendAction::CppInsightFrontendAction ( )
default

Member Function Documentation

◆ CreateASTConsumer()

std::unique_ptr<ASTConsumer> CppInsightFrontendAction::CreateASTConsumer ( CompilerInstance &  CI,
StringRef   
)
inlineoverride

Definition at line 320 of file Insights.cpp.

References gCI.

◆ EndSourceFileAction()

void CppInsightFrontendAction::EndSourceFileAction ( )
inlineoverride

Definition at line 315 of file Insights.cpp.


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