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

/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp1244 static void WarnUndefinedMethod(Sema &S, SourceLocation ImpLoc, argument
1267 const Sema::SemaDiagnosticBuilder &B = S.Diag(ImpLoc, DiagID);
1679 SourceLocation ImpLoc,
1773 if (!S.Diags.isIgnored(DIAG, ImpLoc)) {
1774 WarnUndefinedMethod(S, ImpLoc, method, IncompleteImpl, DIAG,
1796 if (!S.Diags.isIgnored(DIAG, ImpLoc)) {
1797 WarnUndefinedMethod(S, ImpLoc, method, IncompleteImpl, DIAG, PDecl);
1803 CheckProtocolMethodDefs(S, ImpLoc, PI, IncompleteImpl, InsMap, ClsMap,
1678 CheckProtocolMethodDefs(Sema &S, SourceLocation ImpLoc, ObjCProtocolDecl *PDecl, bool& IncompleteImpl, const Sema::SelectorSet &InsMap, const Sema::SelectorSet &ClsMap, ObjCContainerDecl *CDecl, LazyProtocolNameSet &ProtocolsExplictImpl) argument

Completed in 2477 milliseconds