Searched refs:KeepSystemIncludes (Results 1 – 3 of 3) sorted by relevance
45 unsigned KeepSystemIncludes : 1; ///< Do not expand system headers.61 KeepSystemIncludes = 0; in PreprocessorOutputOptions()
100 bool KeepSystemIncludes; member in __anon881592160111::PrintPPOutputPPCallbacks113 bool KeepSystemIncludes) in PrintPPOutputPPCallbacks() argument120 KeepSystemIncludes(KeepSystemIncludes), OrigOS(os), NumToksToSkip(0) { in PrintPPOutputPPCallbacks()128 if (KeepSystemIncludes) in PrintPPOutputPPCallbacks()374 if (KeepSystemIncludes && (isSystem(FileType) != isSystem(NewFileType))) in FileChanged()490 if (DumpIncludeDirectives || (KeepSystemIncludes && isSystem(FileType))) { in InclusionDirective()1090 Opts.KeepSystemIncludes); in DoPrintPreprocessedInput()
2838 PreprocessorOutputOpts<"KeepSystemIncludes">, DefaultFalse,