clang API Documentation

Public Member Functions
clang::InitOnlyAction Class Reference

#include <FrontendActions.h>

Inheritance diagram for clang::InitOnlyAction:
Inheritance graph
[legend]
Collaboration diagram for clang::InitOnlyAction:
Collaboration graph
[legend]

List of all members.

Public Member Functions

bool usesPreprocessorOnly () const override
 Does this action only use the preprocessor?

Detailed Description

Definition at line 26 of file Frontend/FrontendActions.h.


Member Function Documentation

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.


The documentation for this class was generated from the following files: