Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp2524 unsigned errorID = diag::err_arc_lost_method_convention; in checkMethodFamilyMismatch() local
2529 errorID = diag::err_arc_gained_method_convention; in checkMethodFamilyMismatch()
2572 S.Diag(impl->getLocation(), errorID) << int(familySelector) << int(reasonSelector); in checkMethodFamilyMismatch()