Searched refs:PreprocessorOutputOpts (Results 1 – 3 of 3) sorted by relevance
112 std::shared_ptr<PreprocessorOutputOptions> PreprocessorOutputOpts; variable146 return *PreprocessorOutputOpts; in getPreprocessorOutputOpts()264 return *PreprocessorOutputOpts; in getPreprocessorOutputOpts()
152 PreprocessorOutputOpts(std::make_shared<PreprocessorOutputOptions>()) {} in CompilerInvocationBase()169 PreprocessorOutputOpts = make_shared_copy(X.getPreprocessorOutputOpts()); in deep_copy_assign()189 PreprocessorOutputOpts = X.PreprocessorOutputOpts; in shallow_copy_assign()271 return ensureOwned(PreprocessorOutputOpts); in getMutPreprocessorOutputOpts()4690 const PreprocessorOutputOptions &PreprocessorOutputOpts = Opts; in GeneratePreprocessorOutputArgs() local4711 PreprocessorOutputOptions &PreprocessorOutputOpts = Opts; in ParsePreprocessorOutputArgs() local
327 class PreprocessorOutputOpts<string base>328 : KeyPathAndMacro<"PreprocessorOutputOpts.", base, "PREPROCESSOR_OUTPUT_"> {}838 MarshallingInfoFlag<PreprocessorOutputOpts<"ShowMacroComments">>;842 MarshallingInfoFlag<PreprocessorOutputOpts<"ShowComments">>;942 MarshallingInfoNegativeFlag<PreprocessorOutputOpts<"ShowLineMarkers">>;1485 MarshallingInfoFlag<PreprocessorOutputOpts<"ShowIncludeDirectives">>;1488 MarshallingInfoFlag<PreprocessorOutputOpts<"ShowEmbedDirectives">>;2683 PreprocessorOutputOpts<"RewriteImports">, DefaultFalse,2687 PreprocessorOutputOpts<"RewriteIncludes">, DefaultFalse,2706 PreprocessorOutputOpts<"UseLineDirectives">, DefaultFalse,[all …]