Home
last modified time | relevance | path

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

/freebsd/contrib/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()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp138 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() local
5043 PreprocessorOutputOptions &PreprocessorOutputOpts = Opts; in ParsePreprocessorOutputArgs() local
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td329 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 …]