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

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DMigratorOptions.h1 //===--- MigratorOptions.h - MigratorOptions Options ------------*- C++ -*-===//
20 class MigratorOptions { class in namespace:clang
24 MigratorOptions() { function in class:clang::MigratorOptions
H A DCompilerInvocation.h21 #include "clang/Frontend/MigratorOptions.h"
103 MigratorOptions MigratorOpts;
169 MigratorOptions &getMigratorOpts() { return MigratorOpts; }
170 const MigratorOptions &getMigratorOpts() const {
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DInternals.h146 MigratorOptions MigOptions;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp279 static bool ParseMigratorArgs(MigratorOptions &Opts, ArgList &Args) {

Completed in 125 milliseconds