clang API Documentation
#include <PreprocessorOutputOptions.h>

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. | |
PreprocessorOutputOptions - Options for controlling the C preprocessor output (e.g., -E).
Definition at line 17 of file PreprocessorOutputOptions.h.
| clang::PreprocessorOutputOptions::PreprocessorOutputOptions | ( | ) | [inline] |
Definition at line 26 of file PreprocessorOutputOptions.h.
References ShowComments, ShowCPP, ShowLineMarkers, ShowMacroComments, and ShowMacros.
Show comments.
Definition at line 20 of file PreprocessorOutputOptions.h.
Referenced by clang::DoPrintPreprocessedInput(), ParsePreprocessorOutputArgs(), PreprocessorOutputOptions(), and PreprocessorOutputOptsToArgs().
Print normal preprocessed output.
Definition at line 19 of file PreprocessorOutputOptions.h.
Referenced by clang::DoPrintPreprocessedInput(), ParsePreprocessorOutputArgs(), PreprocessorOutputOptions(), and PreprocessorOutputOptsToArgs().
Show #line markers.
Definition at line 21 of file PreprocessorOutputOptions.h.
Referenced by clang::DoPrintPreprocessedInput(), ParsePreprocessorOutputArgs(), PreprocessorOutputOptions(), and PreprocessorOutputOptsToArgs().
Show comments, even in macros.
Definition at line 22 of file PreprocessorOutputOptions.h.
Referenced by clang::DoPrintPreprocessedInput(), ParsePreprocessorOutputArgs(), PreprocessorOutputOptions(), and PreprocessorOutputOptsToArgs().
Print macro definitions.
Definition at line 23 of file PreprocessorOutputOptions.h.
Referenced by clang::DoPrintPreprocessedInput(), ParsePreprocessorOutputArgs(), PreprocessorOutputOptions(), and PreprocessorOutputOptsToArgs().