Searched refs:MigratorOptions (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DMigratorOptions.h1 //===--- MigratorOptions.h - MigratorOptions Options ------------*- C++ -*-===//
19 class MigratorOptions { class in namespace:clang
23 MigratorOptions() { function in class:clang::MigratorOptions
H A DCompilerInvocation.h20 #include "clang/Frontend/MigratorOptions.h"
125 MigratorOptions MigratorOpts;
193 MigratorOptions &getMigratorOpts() { return MigratorOpts; }
194 const MigratorOptions &getMigratorOpts() const { return MigratorOpts; }
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DInternals.h148 MigratorOptions MigOptions;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp38 #include "clang/Frontend/MigratorOptions.h"
513 static bool ParseMigratorArgs(MigratorOptions &Opts, ArgList &Args) {

Completed in 115 milliseconds