Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h94 std::shared_ptr<MigratorOptions> MigratorOpts; variable
137 const MigratorOptions &getMigratorOpts() const { return *MigratorOpts; } in getMigratorOpts()
250 MigratorOptions &getMigratorOpts() { return *MigratorOpts; } in getMigratorOpts()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp146 MigratorOpts(std::make_shared<MigratorOptions>()), in CompilerInvocationBase()
163 MigratorOpts = make_shared_copy(X.getMigratorOpts()); in deep_copy_assign()
183 MigratorOpts = X.MigratorOpts; in shallow_copy_assign()
235 return ensureOwned(MigratorOpts); in getMutMigratorOpts()
2337 const MigratorOptions &MigratorOpts = Opts; in GenerateMigratorArgs() local
2348 MigratorOptions &MigratorOpts = Opts; in ParseMigratorArgs() local
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td310 class MigratorOpts<string base>
311 : KeyPathAndMacro<"MigratorOpts.", base, "MIGRATOR_"> {}
6739 MarshallingInfoFlag<MigratorOpts<"NoNSAllocReallocError">>;
6744 MarshallingInfoFlag<MigratorOpts<"NoFinalizeRemoval">>;