Searched refs:WarnUndefinedMethod (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 1165 void Sema::WarnUndefinedMethod(SourceLocation ImpLoc, ObjCMethodDecl *method, in WarnUndefinedMethod() function in Sema 1629 WarnUndefinedMethod(ImpLoc, method, IncompleteImpl, DIAG); in CheckProtocolMethodDefs() 1652 WarnUndefinedMethod(ImpLoc, method, IncompleteImpl, DIAG); in CheckProtocolMethodDefs() 1688 WarnUndefinedMethod(IMPDecl->getLocation(), *I, IncompleteImpl, in MatchAllMethodDeclarations() 1718 WarnUndefinedMethod(IMPDecl->getLocation(), *I, IncompleteImpl, in MatchAllMethodDeclarations()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2397 void WarnUndefinedMethod(SourceLocation ImpLoc, ObjCMethodDecl *method,
|