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()
138 PreprocessorOutputOpts(std::make_shared<PreprocessorOutputOptions>()) {} in CompilerInvocationBase()155 PreprocessorOutputOpts = make_shared_copy(X.getPreprocessorOutputOpts()); in deep_copy_assign()175 PreprocessorOutputOpts = X.PreprocessorOutputOpts; in shallow_copy_assign()248 return ensureOwned(PreprocessorOutputOpts); in getMutPreprocessorOutputOpts()5022 const PreprocessorOutputOptions &PreprocessorOutputOpts = Opts; in GeneratePreprocessorOutputArgs() local5043 PreprocessorOutputOptions &PreprocessorOutputOpts = Opts; in ParsePreprocessorOutputArgs() local
329 class PreprocessorOutputOpts<string base>330 : KeyPathAndMacro<"PreprocessorOutputOpts.", base, "PREPROCESSOR_OUTPUT_"> {}747 MarshallingInfoFlag<PreprocessorOutputOpts<"ShowMacroComments">>;751 MarshallingInfoFlag<PreprocessorOutputOpts<"ShowComments">>;853 MarshallingInfoNegativeFlag<PreprocessorOutputOpts<"ShowLineMarkers">>;1450 MarshallingInfoFlag<PreprocessorOutputOpts<"ShowIncludeDirectives">>;1453 MarshallingInfoFlag<PreprocessorOutputOpts<"ShowEmbedDirectives">>;2800 PreprocessorOutputOpts<"RewriteImports">, DefaultFalse,2804 PreprocessorOutputOpts<"RewriteIncludes">, DefaultFalse,2823 PreprocessorOutputOpts<"UseLineDirectives">, DefaultFalse,[all …]