Searched defs:TargetPDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp887 ObjCProtocolDecl *TargetPDecl = ConformingProtocols[i]; local
890 if (PDecl == TargetPDecl)
893 TargetPDecl->getDeclName().getAsIdentifierInfo())) {
899 MinimalConformingProtocols.push_back(TargetPDecl);

Completed in 77 milliseconds