clang API Documentation
#include <FrontendActions.h>


Public Member Functions | |
| virtual bool | hasCodeCompletionSupport () const |
Protected Member Functions | |
| virtual ASTConsumer * | CreateASTConsumer (CompilerInstance &CI, StringRef InFile) |
Definition at line 121 of file Frontend/FrontendActions.h.
| ASTConsumer * SyntaxOnlyAction::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 352 of file Frontend/FrontendActions.cpp.
| virtual bool clang::SyntaxOnlyAction::hasCodeCompletionSupport | ( | ) | const [inline, virtual] |
hasCodeCompletionSupport - Does this action support use with code completion?
Reimplemented from clang::FrontendAction.
Definition at line 127 of file Frontend/FrontendActions.h.