Searched refs:PreprocessorOutputOpts (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | CompilerInvocation.h | 148 PreprocessorOutputOptions PreprocessorOutputOpts; variable 175 return PreprocessorOutputOpts; in getPreprocessorOutputOpts() 179 return PreprocessorOutputOpts; in getPreprocessorOutputOpts()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 4256 const PreprocessorOutputOptions &PreprocessorOutputOpts = Opts; in GeneratePreprocessorOutputArgs() local 4281 PreprocessorOutputOptions &PreprocessorOutputOpts = Opts; in ParsePreprocessorOutputArgs() local 4593 GeneratePreprocessorOutputArgs(PreprocessorOutputOpts, Args, SA, in generateCC1CommandLine()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
H A D | Options.td | 254 class PreprocessorOutputOpts<string base> 255 : KeyPathAndMacro<"PreprocessorOutputOpts.", base, "PREPROCESSOR_OUTPUT_"> {} 628 MarshallingInfoFlag<PreprocessorOutputOpts<"ShowMacroComments">>; 631 MarshallingInfoFlag<PreprocessorOutputOpts<"ShowComments">>; 706 MarshallingInfoNegativeFlag<PreprocessorOutputOpts<"ShowLineMarkers">>; 1012 MarshallingInfoFlag<PreprocessorOutputOpts<"ShowIncludeDirectives">>; 1759 PreprocessorOutputOpts<"RewriteImports">, DefaultFalse, 1762 PreprocessorOutputOpts<"RewriteIncludes">, DefaultFalse, 1777 PreprocessorOutputOpts<"UseLineDirectives">, DefaultFalse,
|