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.

Detailed Description

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

Definition at line 17 of file PreprocessorOutputOptions.h.


Constructor & Destructor Documentation

clang::PreprocessorOutputOptions::PreprocessorOutputOptions ( ) [inline]

Member Data Documentation


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