Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp2411 unsigned noteID = diag::note_arc_lost_method_convention; in checkMethodFamilyMismatch() local
2416 noteID = diag::note_arc_gained_method_convention; in checkMethodFamilyMismatch()
2459 S.Diag(decl->getLocation(), noteID) << int(familySelector) << int(reasonSelector); in checkMethodFamilyMismatch()
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp2504 unsigned noteID = diag::note_arc_lost_method_convention; in checkMethodFamilyMismatch() local
2509 noteID = diag::note_arc_gained_method_convention; in checkMethodFamilyMismatch()
2552 S.Diag(decl->getLocation(), noteID) << int(familySelector) << int(reasonSelector); in checkMethodFamilyMismatch()