Searched refs:ImpLoc (Results 1 - 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 1206 void Sema::WarnUndefinedMethod(SourceLocation ImpLoc, ObjCMethodDecl *method, argument 1226 Diag(ImpLoc, DiagID) << method->getDeclName(); 1609 void Sema::CheckProtocolMethodDefs(SourceLocation ImpLoc, argument 1672 if (Diags.getDiagnosticLevel(DIAG, ImpLoc) 1674 WarnUndefinedMethod(ImpLoc, method, IncompleteImpl, DIAG); 1693 if (Diags.getDiagnosticLevel(DIAG, ImpLoc) != 1695 WarnUndefinedMethod(ImpLoc, method, IncompleteImpl, DIAG); 1704 CheckProtocolMethodDefs(ImpLoc, *PI, IncompleteImpl, InsMap, ClsMap, CDecl);
|
/external/clang/include/clang/Sema/ |
H A D | Sema.h | 2529 void WarnUndefinedMethod(SourceLocation ImpLoc, ObjCMethodDecl *method, 2550 void CheckProtocolMethodDefs(SourceLocation ImpLoc,
|
Completed in 153 milliseconds