clang API Documentation

Public Member Functions | Protected Member Functions
clang::ASTFrontendAction Class Reference

#include <FrontendAction.h>

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

List of all members.

Public Member Functions

virtual bool usesPreprocessorOnly () const

Protected Member Functions

virtual void ExecuteAction ()

Detailed Description

ASTFrontendAction - Abstract base class to use for AST consumer based frontend actions.

Definition at line 202 of file FrontendAction.h.


Member Function Documentation

void ASTFrontendAction::ExecuteAction ( ) [protected, virtual]
virtual bool clang::ASTFrontendAction::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 212 of file FrontendAction.h.


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