clang API Documentation

Public Member Functions | Public Attributes
clang::PreprocessorOutputOptions Class Reference

#include <PreprocessorOutputOptions.h>

Collaboration diagram for clang::PreprocessorOutputOptions:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 PreprocessorOutputOptions ()

Public Attributes

unsigned ShowCPP: 1
 Print normal preprocessed output.
unsigned ShowComments: 1
 Show comments.
unsigned ShowLineMarkers: 1
 Show #line markers.
unsigned ShowMacroComments: 1
 Show comments, even in macros.
unsigned ShowMacros: 1
 Print macro definitions.
unsigned RewriteIncludes: 1
 Preprocess include directives only.

Detailed Description

PreprocessorOutputOptions - Options for controlling the C preprocessor output (e.g., -E).

Definition at line 17 of file PreprocessorOutputOptions.h.


Constructor & Destructor Documentation


Member Data Documentation

Preprocess include directives only.

Definition at line 24 of file PreprocessorOutputOptions.h.

Referenced by CreateFrontendBaseAction(), ParsePreprocessorOutputArgs(), and PreprocessorOutputOptions().

Print normal preprocessed output.

Definition at line 19 of file PreprocessorOutputOptions.h.

Referenced by clang::DoPrintPreprocessedInput(), ParsePreprocessorOutputArgs(), and PreprocessorOutputOptions().

Show comments, even in macros.

Definition at line 22 of file PreprocessorOutputOptions.h.

Referenced by clang::DoPrintPreprocessedInput(), ParsePreprocessorOutputArgs(), and PreprocessorOutputOptions().

Print macro definitions.

Definition at line 23 of file PreprocessorOutputOptions.h.

Referenced by clang::DoPrintPreprocessedInput(), ParsePreprocessorOutputArgs(), and PreprocessorOutputOptions().


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