Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2532 unsigned errorID = diag::err_arc_lost_method_convention; in checkMethodFamilyMismatch() local
2537 errorID = diag::err_arc_gained_method_convention; in checkMethodFamilyMismatch()
2580 S.Diag(impl->getLocation(), errorID) << int(familySelector) << int(reasonSelector); in checkMethodFamilyMismatch()