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.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()
4690 const PreprocessorOutputOptions &PreprocessorOutputOpts = Opts; in GeneratePreprocessorOutputArgs() local
4711 PreprocessorOutputOptions &PreprocessorOutputOpts = Opts; in ParsePreprocessorOutputArgs() local
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td327 class PreprocessorOutputOpts<string base>
328 : KeyPathAndMacro<"PreprocessorOutputOpts.", base, "PREPROCESSOR_OUTPUT_"> {}
838 MarshallingInfoFlag<PreprocessorOutputOpts<"ShowMacroComments">>;
842 MarshallingInfoFlag<PreprocessorOutputOpts<"ShowComments">>;
942 MarshallingInfoNegativeFlag<PreprocessorOutputOpts<"ShowLineMarkers">>;
1485 MarshallingInfoFlag<PreprocessorOutputOpts<"ShowIncludeDirectives">>;
1488 MarshallingInfoFlag<PreprocessorOutputOpts<"ShowEmbedDirectives">>;
2683 PreprocessorOutputOpts<"RewriteImports">, DefaultFalse,
2687 PreprocessorOutputOpts<"RewriteIncludes">, DefaultFalse,
2706 PreprocessorOutputOpts<"UseLineDirectives">, DefaultFalse,
[all …]