Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DObjCMT.cpp102 llvm::SmallPtrSet<ObjCProtocolDecl *, 32> ObjCProtocolDecls; member in __anon04dd42e90111::ObjCMigrateASTConsumer
855 if (!IDecl || ObjCProtocolDecls.empty() || IDecl->isDeprecated()) in migrateProtocolConformance()
863 for (ObjCProtocolDecl *ProtDecl : ObjCProtocolDecls) in migrateProtocolConformance()
1883 ObjCProtocolDecls.insert(PDecl->getCanonicalDecl()); in HandleTranslationUnit()