clang API Documentation
#include <FrontendActions.h>


Public Member Functions | |
| virtual bool | usesPreprocessorOnly () const |
Definition at line 25 of file Frontend/FrontendActions.h.
| virtual bool clang::InitOnlyAction::usesPreprocessorOnly | ( | ) | const [inline, virtual] |
usesPreprocessorOnly - Does this action only use the preprocessor? If so no AST context will be created and this action will be invalid with AST file inputs.
Implements clang::FrontendAction.
Definition at line 34 of file Frontend/FrontendActions.h.