Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DPreprocessorOutputOptions.h24 unsigned ShowIncludeDirectives : 1; ///< Print includes, imports etc. within preprocessed output. variable
36 ShowIncludeDirectives = 0; in PreprocessorOutputOptions()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp873 Opts.ShowIncludeDirectives, Opts.UseLineDirectives); in DoPrintPreprocessedInput()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td1012 MarshallingInfoFlag<PreprocessorOutputOpts<"ShowIncludeDirectives">>;