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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp1217 void Sema::WarnUndefinedMethod(SourceLocation ImpLoc, ObjCMethodDecl *method, argument
1237 Diag(ImpLoc, DiagID) << method->getDeclName();
1620 void Sema::CheckProtocolMethodDefs(SourceLocation ImpLoc, argument
1683 if (Diags.getDiagnosticLevel(DIAG, ImpLoc)
1685 WarnUndefinedMethod(ImpLoc, method, IncompleteImpl, DIAG);
1704 if (Diags.getDiagnosticLevel(DIAG, ImpLoc) !=
1706 WarnUndefinedMethod(ImpLoc, method, IncompleteImpl, DIAG);
1715 CheckProtocolMethodDefs(ImpLoc, *PI, IncompleteImpl, InsMap, ClsMap, CDecl);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2581 void WarnUndefinedMethod(SourceLocation ImpLoc, ObjCMethodDecl *method,
2602 void CheckProtocolMethodDefs(SourceLocation ImpLoc,

Completed in 129 milliseconds