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

virtual bool usesPreprocessorOnly () const

Detailed Description

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


Member Function Documentation

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.


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