Searched refs:ObjCMT_MigrateDecls (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Frontend/
H A DFrontendOptions.h185 ObjCMT_MigrateDecls = (ObjCMT_ReadonlyProperty | ObjCMT_ReadwriteProperty | enumerator in enum:clang::FrontendOptions::__anon17592
190 ObjCMT_MigrateAll = (ObjCMT_Literals | ObjCMT_Subscripting | ObjCMT_MigrateDecls)
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp1708 if (ASTMigrateActions & FrontendOptions::ObjCMT_MigrateDecls) {
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp895 Opts.ObjCMTAction |= FrontendOptions::ObjCMT_MigrateDecls;

Completed in 91 milliseconds