Searched refs:PreprocessorOutputOpts (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | CompilerInvocation.h | 112 std::shared_ptr<PreprocessorOutputOptions> PreprocessorOutputOpts; variable 146 return *PreprocessorOutputOpts; in getPreprocessorOutputOpts() 259 return *PreprocessorOutputOpts; in getPreprocessorOutputOpts()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 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() 260 return ensureOwned(PreprocessorOutputOpts); in getMutPreprocessorOutputOpts() 4483 const PreprocessorOutputOptions &PreprocessorOutputOpts = Opts; in GeneratePreprocessorOutputArgs() local 4504 PreprocessorOutputOptions &PreprocessorOutputOpts = Opts; in ParsePreprocessorOutputArgs() local
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 296 class PreprocessorOutputOpts<string base> 297 : KeyPathAndMacro<"PreprocessorOutputOpts.", base, "PREPROCESSOR_OUTPUT_"> {} 781 MarshallingInfoFlag<PreprocessorOutputOpts<"ShowMacroComments">>; 785 MarshallingInfoFlag<PreprocessorOutputOpts<"ShowComments">>; 879 MarshallingInfoNegativeFlag<PreprocessorOutputOpts<"ShowLineMarkers">>; 1411 MarshallingInfoFlag<PreprocessorOutputOpts<"ShowIncludeDirectives">>; 2561 PreprocessorOutputOpts<"RewriteImports">, DefaultFalse, 2565 PreprocessorOutputOpts<"RewriteIncludes">, DefaultFalse, 2584 PreprocessorOutputOpts<"UseLineDirectives">, DefaultFalse, 2589 PreprocessorOutputOpts<"MinimizeWhitespace">, DefaultFalse, [all …]
|