Searched refs:ImpLoc (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 1244 static void WarnUndefinedMethod(Sema &S, SourceLocation ImpLoc, in WarnUndefinedMethod() argument 1267 const Sema::SemaDiagnosticBuilder &B = S.Diag(ImpLoc, DiagID); in WarnUndefinedMethod() 1679 SourceLocation ImpLoc, in CheckProtocolMethodDefs() argument 1773 if (!S.Diags.isIgnored(DIAG, ImpLoc)) { in CheckProtocolMethodDefs() 1774 WarnUndefinedMethod(S, ImpLoc, method, IncompleteImpl, DIAG, in CheckProtocolMethodDefs() 1796 if (!S.Diags.isIgnored(DIAG, ImpLoc)) { in CheckProtocolMethodDefs() 1797 WarnUndefinedMethod(S, ImpLoc, method, IncompleteImpl, DIAG, PDecl); in CheckProtocolMethodDefs() 1803 CheckProtocolMethodDefs(S, ImpLoc, PI, IncompleteImpl, InsMap, ClsMap, in CheckProtocolMethodDefs()
|