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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2205 static void WarnUndefinedMethod(Sema &S, SourceLocation ImpLoc, argument
2220 const Sema::SemaDiagnosticBuilder &B = S.Diag(ImpLoc, DiagID);
2673 SourceLocation ImpLoc,
2767 if (!S.Diags.isIgnored(DIAG, ImpLoc)) {
2768 WarnUndefinedMethod(S, ImpLoc, method, IncompleteImpl, DIAG,
2790 if (!S.Diags.isIgnored(DIAG, ImpLoc)) {
2791 WarnUndefinedMethod(S, ImpLoc, method, IncompleteImpl, DIAG, PDecl);
2797 CheckProtocolMethodDefs(S, ImpLoc, PI, IncompleteImpl, InsMap, ClsMap,
2672 CheckProtocolMethodDefs(Sema &S, SourceLocation ImpLoc, ObjCProtocolDecl *PDecl, bool& IncompleteImpl, const Sema::SelectorSet &InsMap, const Sema::SelectorSet &ClsMap, ObjCContainerDecl *CDecl, LazyProtocolNameSet &ProtocolsExplictImpl) argument

Completed in 103 milliseconds