Home
last modified time | relevance | path

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

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