Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h148 PreprocessorOutputOptions PreprocessorOutputOpts; variable
175 return PreprocessorOutputOpts; in getPreprocessorOutputOpts()
179 return PreprocessorOutputOpts; in getPreprocessorOutputOpts()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4254 const PreprocessorOutputOptions &PreprocessorOutputOpts = Opts; in GeneratePreprocessorOutputArgs() local
4279 PreprocessorOutputOptions &PreprocessorOutputOpts = Opts; in ParsePreprocessorOutputArgs() local
4591 GeneratePreprocessorOutputArgs(PreprocessorOutputOpts, Args, SA, in generateCC1CommandLine()
/freebsd-13.1/contrib/llvm-project/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">>;
1016 MarshallingInfoFlag<PreprocessorOutputOpts<"ShowIncludeDirectives">>;
1782 PreprocessorOutputOpts<"RewriteImports">, DefaultFalse,
1785 PreprocessorOutputOpts<"RewriteIncludes">, DefaultFalse,
1800 PreprocessorOutputOpts<"UseLineDirectives">, DefaultFalse,