Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInvocation.h153 PreprocessorOutputOptions PreprocessorOutputOpts; variable
180 return PreprocessorOutputOpts; in getPreprocessorOutputOpts()
184 return PreprocessorOutputOpts; in getPreprocessorOutputOpts()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp4321 const PreprocessorOutputOptions &PreprocessorOutputOpts = Opts; in GeneratePreprocessorOutputArgs() local
4348 PreprocessorOutputOptions &PreprocessorOutputOpts = Opts; in ParsePreprocessorOutputArgs() local
4663 GeneratePreprocessorOutputArgs(PreprocessorOutputOpts, Args, SA, in generateCC1CommandLine()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td262 class PreprocessorOutputOpts<string base>
263 : KeyPathAndMacro<"PreprocessorOutputOpts.", base, "PREPROCESSOR_OUTPUT_"> {}
661 MarshallingInfoFlag<PreprocessorOutputOpts<"ShowMacroComments">>;
664 MarshallingInfoFlag<PreprocessorOutputOpts<"ShowComments">>;
739 MarshallingInfoNegativeFlag<PreprocessorOutputOpts<"ShowLineMarkers">>;
1078 MarshallingInfoFlag<PreprocessorOutputOpts<"ShowIncludeDirectives">>;
1932 PreprocessorOutputOpts<"RewriteImports">, DefaultFalse,
1935 PreprocessorOutputOpts<"RewriteIncludes">, DefaultFalse,
1952 PreprocessorOutputOpts<"UseLineDirectives">, DefaultFalse,
1955 PreprocessorOutputOpts<"MinimizeWhitespace">, DefaultFalse,