Home
last modified time | relevance | path

Searched refs:KeepSystemIncludes (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DPreprocessorOutputOptions.h45 unsigned KeepSystemIncludes : 1; ///< Do not expand system headers.
61 KeepSystemIncludes = 0; in PreprocessorOutputOptions()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp101 bool KeepSystemIncludes; member in __anon881592160111::PrintPPOutputPPCallbacks
114 bool KeepSystemIncludes) in PrintPPOutputPPCallbacks() argument
121 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()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2721 PreprocessorOutputOpts<"KeepSystemIncludes">, DefaultFalse,