Home | History | Annotate | Download | only in Sema

Lines Matching refs:IncompleteImpl

1042                                bool &IncompleteImpl, unsigned DiagID) {
1046 if (!IncompleteImpl) {
1048 IncompleteImpl = true;
1429 bool& IncompleteImpl,
1481 WarnUndefinedMethod(ImpLoc, method, IncompleteImpl, DIAG);
1500 WarnUndefinedMethod(ImpLoc, method, IncompleteImpl, DIAG);
1510 CheckProtocolMethodDefs(ImpLoc, *PI, IncompleteImpl, InsMap, ClsMap, IDecl);
1522 bool &IncompleteImpl,
1535 WarnUndefinedMethod(IMPDecl->getLocation(), *I, IncompleteImpl,
1565 WarnUndefinedMethod(IMPDecl->getLocation(), *I, IncompleteImpl,
1589 IncompleteImpl, false, WarnExactMatch);
1597 (*PI), IncompleteImpl, false, WarnExactMatch);
1604 I->getSuperClass(), IncompleteImpl, false);
1635 bool IncompleteImpl = false;
1638 IncompleteImpl, false, true /*WarnExactMatch*/);
1643 bool IncompleteImpl) {
1669 IncompleteImpl, true);
1686 CheckProtocolMethodDefs(IMPDecl->getLocation(), *PI, IncompleteImpl,
1693 IncompleteImpl);
1700 CheckProtocolMethodDefs(IMPDecl->getLocation(), *PI, IncompleteImpl,