Home
last modified time | relevance | path

Searched refs:WarnUndefinedMethod (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclObjC.cpp1165 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/
DSema.h2397 void WarnUndefinedMethod(SourceLocation ImpLoc, ObjCMethodDecl *method,