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

/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp1485 /// CheckProtocolMethodDefs - This routine checks unimplemented methods
1487 void Sema::CheckProtocolMethodDefs(SourceLocation ImpLoc, function in class:Sema
1496 assert (IDecl && "CheckProtocolMethodDefs - IDecl is null");
1581 CheckProtocolMethodDefs(ImpLoc, *PI, IncompleteImpl, InsMap, ClsMap, CDecl);
1761 CheckProtocolMethodDefs(IMPDecl->getLocation(), *PI, IncompleteImpl,
1775 CheckProtocolMethodDefs(IMPDecl->getLocation(), *PI, IncompleteImpl,

Completed in 58 milliseconds