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

/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp1676 /// CheckProtocolMethodDefs - This routine checks unimplemented methods
1678 static void CheckProtocolMethodDefs(Sema &S, function
1689 assert (IDecl && "CheckProtocolMethodDefs - IDecl is null");
1803 CheckProtocolMethodDefs(S, ImpLoc, PI, IncompleteImpl, InsMap, ClsMap,
1997 CheckProtocolMethodDefs(*this, IMPDecl->getLocation(), PI, IncompleteImpl,
2007 CheckProtocolMethodDefs(*this, IMPDecl->getLocation(), P,

Completed in 221 milliseconds