Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp105 llvm::SmallPtrSet<ObjCProtocolDecl *, 32> ObjCProtocolDecls; member in __anonac2273870111::ObjCMigrateASTConsumer
831 if (!IDecl || ObjCProtocolDecls.empty() || IDecl->isDeprecated()) in migrateProtocolConformance()
839 for (ObjCProtocolDecl *ProtDecl : ObjCProtocolDecls) in migrateProtocolConformance()
1856 ObjCProtocolDecls.insert(PDecl->getCanonicalDecl()); in HandleTranslationUnit()