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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp1618 /// CheckProtocolMethodDefs - This routine checks unimplemented methods
1620 void Sema::CheckProtocolMethodDefs(SourceLocation ImpLoc, function in class:Sema
1629 assert (IDecl && "CheckProtocolMethodDefs - IDecl is null");
1715 CheckProtocolMethodDefs(ImpLoc, *PI, IncompleteImpl, InsMap, ClsMap, CDecl);
1920 CheckProtocolMethodDefs(IMPDecl->getLocation(), *PI, IncompleteImpl,
1935 CheckProtocolMethodDefs(IMPDecl->getLocation(), *PI, IncompleteImpl,
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2600 /// CheckProtocolMethodDefs - This routine checks unimplemented
2602 void CheckProtocolMethodDefs(SourceLocation ImpLoc,

Completed in 178 milliseconds