Searched refs:ImpLoc (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 1152 void Sema::WarnUndefinedMethod(SourceLocation ImpLoc, ObjCMethodDecl *method, in WarnUndefinedMethod() argument 1158 Diag(ImpLoc, diag::warn_incomplete_impl); in WarnUndefinedMethod() 1162 Diag(ImpLoc, DiagID) << method->getDeclName(); in WarnUndefinedMethod() 1542 void Sema::CheckProtocolMethodDefs(SourceLocation ImpLoc, in CheckProtocolMethodDefs() argument 1600 if (Diags.getDiagnosticLevel(DIAG, ImpLoc) in CheckProtocolMethodDefs() 1602 WarnUndefinedMethod(ImpLoc, method, IncompleteImpl, DIAG); in CheckProtocolMethodDefs() 1623 if (Diags.getDiagnosticLevel(DIAG, ImpLoc) != in CheckProtocolMethodDefs() 1625 WarnUndefinedMethod(ImpLoc, method, IncompleteImpl, DIAG); in CheckProtocolMethodDefs() 1636 CheckProtocolMethodDefs(ImpLoc, *PI, IncompleteImpl, InsMap, ClsMap, CDecl); in CheckProtocolMethodDefs()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2231 void WarnUndefinedMethod(SourceLocation ImpLoc, ObjCMethodDecl *method, 2255 void CheckProtocolMethodDefs(SourceLocation ImpLoc,
|