Home
last modified time | relevance | path

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

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