Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h112 std::shared_ptr<PreprocessorOutputOptions> PreprocessorOutputOpts; variable
146 return *PreprocessorOutputOpts; in getPreprocessorOutputOpts()
264 return *PreprocessorOutputOpts; in getPreprocessorOutputOpts()
/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp152 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
/llvm-project/clang/include/clang/Driver/
H A DOptions.td329 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...]