Home
last modified time | relevance | path

Searched refs:errorID (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDeclObjC.cpp1467 unsigned errorID = diag::err_arc_lost_method_convention; in checkMethodFamilyMismatch() local
1472 errorID = diag::err_arc_gained_method_convention; in checkMethodFamilyMismatch()
1514 S.Diag(impl->getLocation(), errorID) << int(familySelector) << int(reasonSelector); in checkMethodFamilyMismatch()