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()
101 bool KeepSystemIncludes; member in __anon881592160111::PrintPPOutputPPCallbacks114 bool KeepSystemIncludes) in PrintPPOutputPPCallbacks() argument121 KeepSystemIncludes(KeepSystemIncludes), OrigOS(os), NumToksToSkip(0) { in PrintPPOutputPPCallbacks()129 if (KeepSystemIncludes) in PrintPPOutputPPCallbacks()375 if (KeepSystemIncludes && (isSystem(FileType) != isSystem(NewFileType))) in FileChanged()491 if (DumpIncludeDirectives || (KeepSystemIncludes && isSystem(FileType))) { in InclusionDirective()1094 Opts.KeepSystemIncludes); in DoPrintPreprocessedInput()
2721 PreprocessorOutputOpts<"KeepSystemIncludes">, DefaultFalse,