Searched refs:KeepSystemIncludes (Results 1 – 3 of 3) sorted by relevance
43 unsigned KeepSystemIncludes : 1; ///< Do not expand system headers.58 KeepSystemIncludes = 0; in PreprocessorOutputOptions()
100 bool KeepSystemIncludes; member in __anon4bae9f8c0111::PrintPPOutputPPCallbacks111 bool DirectivesOnly, bool KeepSystemIncludes) in PrintPPOutputPPCallbacks() argument117 KeepSystemIncludes(KeepSystemIncludes), OrigOS(os) { in PrintPPOutputPPCallbacks()125 if (KeepSystemIncludes) in PrintPPOutputPPCallbacks()360 if (KeepSystemIncludes && (isSystem(FileType) != isSystem(NewFileType))) in FileChanged()408 if (DumpIncludeDirectives || (KeepSystemIncludes && isSystem(FileType))) { in InclusionDirective()985 Opts.MinimizeWhitespace, Opts.DirectivesOnly, Opts.KeepSystemIncludes); in DoPrintPreprocessedInput()
2599 PreprocessorOutputOpts<"KeepSystemIncludes">, DefaultFalse,