Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp2087 static void WarnUndefinedMethod(Sema &S, SourceLocation ImpLoc, in WarnUndefinedMethod() argument
2110 const Sema::SemaDiagnosticBuilder &B = S.Diag(ImpLoc, DiagID); in WarnUndefinedMethod()
2565 SourceLocation ImpLoc, in CheckProtocolMethodDefs() argument
2659 if (!S.Diags.isIgnored(DIAG, ImpLoc)) { in CheckProtocolMethodDefs()
2660 WarnUndefinedMethod(S, ImpLoc, method, IncompleteImpl, DIAG, in CheckProtocolMethodDefs()
2682 if (!S.Diags.isIgnored(DIAG, ImpLoc)) { in CheckProtocolMethodDefs()
2683 WarnUndefinedMethod(S, ImpLoc, method, IncompleteImpl, DIAG, PDecl); in CheckProtocolMethodDefs()
2689 CheckProtocolMethodDefs(S, ImpLoc, PI, IncompleteImpl, InsMap, ClsMap, in CheckProtocolMethodDefs()