Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp2112 static void WarnUndefinedMethod(Sema &S, SourceLocation ImpLoc, in WarnUndefinedMethod() argument
2135 const Sema::SemaDiagnosticBuilder &B = S.Diag(ImpLoc, DiagID); in WarnUndefinedMethod()
2590 SourceLocation ImpLoc, in CheckProtocolMethodDefs() argument
2684 if (!S.Diags.isIgnored(DIAG, ImpLoc)) { in CheckProtocolMethodDefs()
2685 WarnUndefinedMethod(S, ImpLoc, method, IncompleteImpl, DIAG, in CheckProtocolMethodDefs()
2707 if (!S.Diags.isIgnored(DIAG, ImpLoc)) { in CheckProtocolMethodDefs()
2708 WarnUndefinedMethod(S, ImpLoc, method, IncompleteImpl, DIAG, PDecl); in CheckProtocolMethodDefs()
2714 CheckProtocolMethodDefs(S, ImpLoc, PI, IncompleteImpl, InsMap, ClsMap, in CheckProtocolMethodDefs()