Searched refs:ImpLoc (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 2215 static void WarnUndefinedMethod(Sema &S, SourceLocation ImpLoc, in WarnUndefinedMethod() argument 2230 const Sema::SemaDiagnosticBuilder &B = S.Diag(ImpLoc, DiagID); in WarnUndefinedMethod() 2683 SourceLocation ImpLoc, in CheckProtocolMethodDefs() argument 2777 if (!S.Diags.isIgnored(DIAG, ImpLoc)) { in CheckProtocolMethodDefs() 2778 WarnUndefinedMethod(S, ImpLoc, method, IncompleteImpl, DIAG, in CheckProtocolMethodDefs() 2800 if (!S.Diags.isIgnored(DIAG, ImpLoc)) { in CheckProtocolMethodDefs() 2801 WarnUndefinedMethod(S, ImpLoc, method, IncompleteImpl, DIAG, PDecl); in CheckProtocolMethodDefs() 2807 CheckProtocolMethodDefs(S, ImpLoc, PI, IncompleteImpl, InsMap, ClsMap, in CheckProtocolMethodDefs()
|