Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp2517 unsigned noteID = diag::note_arc_lost_method_convention; in checkMethodFamilyMismatch() local
2522 noteID = diag::note_arc_gained_method_convention; in checkMethodFamilyMismatch()
2565 S.Diag(decl->getLocation(), noteID) << int(familySelector) << int(reasonSelector); in checkMethodFamilyMismatch()