Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInvocation.h148 PreprocessorOutputOptions PreprocessorOutputOpts; variable
175 return PreprocessorOutputOpts; in getPreprocessorOutputOpts()
179 return PreprocessorOutputOpts; in getPreprocessorOutputOpts()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp4256 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 DOptions.td254 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,