Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DPreprocessorOutputOptions.h43 unsigned KeepSystemIncludes : 1; ///< Do not expand system headers.
58 KeepSystemIncludes = 0; in PreprocessorOutputOptions()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp100 bool KeepSystemIncludes; member in __anon4bae9f8c0111::PrintPPOutputPPCallbacks
111 bool DirectivesOnly, bool KeepSystemIncludes) in PrintPPOutputPPCallbacks() argument
117 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()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2599 PreprocessorOutputOpts<"KeepSystemIncludes">, DefaultFalse,