Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DFrontendOptions.h189 ObjCMT_MigrateDecls = (ObjCMT_ReadonlyProperty | ObjCMT_ReadwriteProperty | enumerator
195 ObjCMT_MigrateDecls | ObjCMT_PropertyDotSyntax)
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp1849 if (ASTMigrateActions & FrontendOptions::ObjCMT_MigrateDecls) { in HandleTranslationUnit()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp949 Opts.ObjCMTAction |= FrontendOptions::ObjCMT_MigrateDecls; in ParseFrontendArgs()