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() 4842 const PreprocessorOutputOptions &PreprocessorOutputOpts = Opts; in CreateFromArgsImpl() 4863 PreprocessorOutputOptions &PreprocessorOutputOpts = Opts; in CreateFromArgs() 4649 const PreprocessorOutputOptions &PreprocessorOutputOpts = Opts; GeneratePreprocessorOutputArgs() local 4670 PreprocessorOutputOptions &PreprocessorOutputOpts = Opts; ParsePreprocessorOutputArgs() local
329 class PreprocessorOutputOpts<string base>330 : KeyPathAndMacro<"PreprocessorOutputOpts.", base, "PREPROCESSOR_OUTPUT_"> {}840 MarshallingInfoFlag<PreprocessorOutputOpts<"ShowMacroComments">>;844 MarshallingInfoFlag<PreprocessorOutputOpts<"ShowComments">>;946 MarshallingInfoNegativeFlag<PreprocessorOutputOpts<"ShowLineMarkers">>;1505 MarshallingInfoFlag<PreprocessorOutputOpts<"ShowIncludeDirectives">>;1508 MarshallingInfoFlag<PreprocessorOutputOpts<"ShowEmbedDirectives">>;2761 PreprocessorOutputOpts<"RewriteImports">, DefaultFalse,2765 PreprocessorOutputOpts<"RewriteIncludes">, DefaultFalse,2784 PreprocessorOutputOpts<"UseLineDirective[all...]