Searched refs:ImpLoc (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaDeclObjC.cpp | 2068 static void WarnUndefinedMethod(Sema &S, SourceLocation ImpLoc, in WarnUndefinedMethod() argument 2091 const Sema::SemaDiagnosticBuilder &B = S.Diag(ImpLoc, DiagID); in WarnUndefinedMethod() 2546 SourceLocation ImpLoc, in CheckProtocolMethodDefs() argument 2640 if (!S.Diags.isIgnored(DIAG, ImpLoc)) { in CheckProtocolMethodDefs() 2641 WarnUndefinedMethod(S, ImpLoc, method, IncompleteImpl, DIAG, in CheckProtocolMethodDefs() 2663 if (!S.Diags.isIgnored(DIAG, ImpLoc)) { in CheckProtocolMethodDefs() 2664 WarnUndefinedMethod(S, ImpLoc, method, IncompleteImpl, DIAG, PDecl); in CheckProtocolMethodDefs() 2670 CheckProtocolMethodDefs(S, ImpLoc, PI, IncompleteImpl, InsMap, ClsMap, in CheckProtocolMethodDefs()
|