Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp1285 unsigned noteID = diag::note_arc_lost_method_convention; in checkMethodFamilyMismatch() local
1290 noteID = diag::note_arc_gained_method_convention; in checkMethodFamilyMismatch()
1331 S.Diag(decl->getLocation(), noteID) << familySelector << reasonSelector; in checkMethodFamilyMismatch()