Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInvocation.h153 PreprocessorOutputOptions PreprocessorOutputOpts; variable
180 return PreprocessorOutputOpts; in getPreprocessorOutputOpts()
184 return PreprocessorOutputOpts; in getPreprocessorOutputOpts()
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp4361 const PreprocessorOutputOptions &PreprocessorOutputOpts = Opts; in GeneratePreprocessorOutputArgs() local
4388 PreprocessorOutputOptions &PreprocessorOutputOpts = Opts; in ParsePreprocessorOutputArgs() local
4708 GeneratePreprocessorOutputArgs(PreprocessorOutputOpts, Args, SA, in generateCC1CommandLine()
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td270 class PreprocessorOutputOpts<string base>
271 : KeyPathAndMacro<"PreprocessorOutputOpts.", base, "PREPROCESSOR_OUTPUT_"> {}
671 MarshallingInfoFlag<PreprocessorOutputOpts<"ShowMacroComments">>;
674 MarshallingInfoFlag<PreprocessorOutputOpts<"ShowComments">>;
749 MarshallingInfoNegativeFlag<PreprocessorOutputOpts<"ShowLineMarkers">>;
1089 MarshallingInfoFlag<PreprocessorOutputOpts<"ShowIncludeDirectives">>;
1980 PreprocessorOutputOpts<"RewriteImports">, DefaultFalse,
1983 PreprocessorOutputOpts<"RewriteIncludes">, DefaultFalse,
2000 PreprocessorOutputOpts<"UseLineDirectives">, DefaultFalse,
2003 PreprocessorOutputOpts<"MinimizeWhitespace">, DefaultFalse,