9 #ifndef LLVM_CLANG_FRONTEND_PREPROCESSOROUTPUTOPTIONS_H 10 #define LLVM_CLANG_FRONTEND_PREPROCESSOROUTPUTOPTIONS_H PreprocessorOutputOptions - Options for controlling the C preprocessor output (e.g., -E).
unsigned RewriteIncludes
Preprocess include directives only.
unsigned ShowMacros
Print macro definitions.
unsigned ShowIncludeDirectives
Print includes, imports etc. within preprocessed output.
PreprocessorOutputOptions()
unsigned UseLineDirectives
Use #line instead of GCC-style # N.
unsigned RewriteImports
Include contents of transitively-imported modules.
unsigned ShowComments
Show comments.
Dataflow Directional Tag Classes.
unsigned ShowMacroComments
Show comments, even in macros.
unsigned ShowLineMarkers
Show #line markers.
unsigned ShowCPP
Print normal preprocessed output.