Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInvocation.h138 MigratorOptions MigratorOpts;
156 MigratorOptions &getMigratorOpts() { return MigratorOpts; } in getMigratorOpts()
157 const MigratorOptions &getMigratorOpts() const { return MigratorOpts; } in getMigratorOpts()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp2241 const MigratorOptions &MigratorOpts = Opts; in GenerateMigratorArgs() local
2258 MigratorOptions &MigratorOpts = Opts; in ParseMigratorArgs() local
4652 GenerateMigratorArgs(MigratorOpts, Args, SA); in generateCC1CommandLine()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td276 class MigratorOpts<string base>
277 : KeyPathAndMacro<"MigratorOpts.", base, "MIGRATOR_"> {}
5231 MarshallingInfoFlag<MigratorOpts<"NoNSAllocReallocError">>;
5236 MarshallingInfoFlag<MigratorOpts<"NoFinalizeRemoval">>;