clang API Documentation
#include <FrontendActions.h>


Protected Member Functions | |
| virtual ASTConsumer * | CreateASTConsumer (CompilerInstance &CI, StringRef InFile) |
Definition at line 23 of file StaticAnalyzer/Frontend/FrontendActions.h.
| ASTConsumer * AnalysisAction::CreateASTConsumer | ( | CompilerInstance & | CI, |
| StringRef | InFile | ||
| ) | [protected, virtual] |
CreateASTConsumer - Create the AST consumer object for this action, if supported.
This routine is called as part of
| CI | - The current compiler instance, provided as a convenience, |
| InFile | - The current input file, provided as a convenience, |
Implements clang::FrontendAction.
Definition at line 16 of file StaticAnalyzer/Frontend/FrontendActions.cpp.
References clang::ento::CreateAnalysisConsumer(), clang::CompilerInstance::getAnalyzerOpts(), clang::CompilerInstance::getFrontendOpts(), clang::CompilerInstance::getPreprocessor(), clang::FrontendOptions::OutputFile, and clang::FrontendOptions::Plugins.