Home
last modified time | relevance | path

Searched refs:ImpLoc (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp2215 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()