clang API Documentation
#include <FrontendActions.h>
Protected Member Functions | |
std::unique_ptr< ASTConsumer > | CreateASTConsumer (CompilerInstance &CI, StringRef InFile) override |
Create the AST consumer object for this action, if supported. |
Definition at line 27 of file StaticAnalyzer/Frontend/FrontendActions.h.
std::unique_ptr< ASTConsumer > AnalysisAction::CreateASTConsumer | ( | CompilerInstance & | CI, |
StringRef | InFile | ||
) | [override, protected, virtual] |
Create the AST consumer object for this action, if supported.
This routine is called as part of BeginSourceFile(), which will fail if the AST consumer cannot be created. This will not be called if the action has indicated that it only uses the preprocessor.
CI | - The current compiler instance, provided as a convenience, see getCompilerInstance(). |
InFile | - The current input file, provided as a convenience, see getCurrentFile(). |
Implements clang::FrontendAction.
Definition at line 17 of file StaticAnalyzer/Frontend/FrontendActions.cpp.
References clang::ento::CreateAnalysisConsumer().