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.cpp100 bool KeepSystemIncludes; member in __anon881592160111::PrintPPOutputPPCallbacks
113 bool KeepSystemIncludes) in PrintPPOutputPPCallbacks() argument
120 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()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2838 PreprocessorOutputOpts<"KeepSystemIncludes">, DefaultFalse,