Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp102 llvm::SmallPtrSet<ObjCProtocolDecl *, 32> ObjCProtocolDecls; member in __anon012bd9960111::ObjCMigrateASTConsumer
834 if (!IDecl || ObjCProtocolDecls.empty() || IDecl->isDeprecated()) in migrateProtocolConformance()
842 for (ObjCProtocolDecl *ProtDecl : ObjCProtocolDecls) in migrateProtocolConformance()
1864 ObjCProtocolDecls.insert(PDecl->getCanonicalDecl()); in HandleTranslationUnit()