Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DPreprocessorOutputOptions.h25 unsigned ShowIncludeDirectives : 1; ///< Print includes, imports etc. within preprocessed output. variable
37 ShowIncludeDirectives = 0; in PreprocessorOutputOptions()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp844 Opts.ShowIncludeDirectives, Opts.UseLineDirectives); in DoPrintPreprocessedInput()
H A DCompilerInvocation.cpp3181 Opts.ShowIncludeDirectives = Args.hasArg(OPT_dI); in ParsePreprocessorOutputArgs()