Home | History | Annotate | Download | only in Sema

Lines Matching refs:CheckProtocolMethodDefs

1425 /// CheckProtocolMethodDefs - This routine checks unimplemented methods
1427 void Sema::CheckProtocolMethodDefs(SourceLocation ImpLoc,
1438 assert (IDecl && "CheckProtocolMethodDefs - IDecl is null");
1510 CheckProtocolMethodDefs(ImpLoc, *PI, IncompleteImpl, InsMap, ClsMap, IDecl);
1686 CheckProtocolMethodDefs(IMPDecl->getLocation(), *PI, IncompleteImpl,
1700 CheckProtocolMethodDefs(IMPDecl->getLocation(), *PI, IncompleteImpl,