clang API Documentation

Protected Member Functions
clang::PrintPreprocessedAction Class Reference

#include <FrontendActions.h>

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

List of all members.

Protected Member Functions

void ExecuteAction () override
 Callback to run the program action, using the initialized compiler instance.
bool hasPCHSupport () const override
 Does this action support use with PCH?

Detailed Description

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


Member Function Documentation

void PrintPreprocessedAction::ExecuteAction ( ) [override, protected, virtual]
bool clang::PrintPreprocessedAction::hasPCHSupport ( ) const [inline, override, protected, virtual]

Does this action support use with PCH?

Reimplemented from clang::FrontendAction.

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


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