clang API Documentation
#include <FrontendActions.h>
Public Member Functions | |
bool | usesPreprocessorOnly () const override |
Does this action only use the preprocessor? |
Definition at line 26 of file Frontend/FrontendActions.h.
bool clang::InitOnlyAction::usesPreprocessorOnly | ( | ) | const [inline, override, virtual] |
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 35 of file Frontend/FrontendActions.h.