Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7698 bool ShouldDeleteForTypeMismatch = false; in CheckExplicitlyDefaultedSpecialMember() local
7711 ShouldDeleteForTypeMismatch = true; in CheckExplicitlyDefaultedSpecialMember()
7749 ShouldDeleteForTypeMismatch = true; in CheckExplicitlyDefaultedSpecialMember()
7766 ShouldDeleteForTypeMismatch = true; in CheckExplicitlyDefaultedSpecialMember()
7789 ShouldDeleteForTypeMismatch = true; in CheckExplicitlyDefaultedSpecialMember()
7799 ShouldDeleteForTypeMismatch = true; in CheckExplicitlyDefaultedSpecialMember()
7886 if (ShouldDeleteForTypeMismatch || ShouldDeleteSpecialMember(MD, CSM)) { in CheckExplicitlyDefaultedSpecialMember()
7891 if (ShouldDeleteForTypeMismatch) { in CheckExplicitlyDefaultedSpecialMember()
7900 if (ShouldDeleteForTypeMismatch && !HadError) { in CheckExplicitlyDefaultedSpecialMember()
7909 assert(!ShouldDeleteForTypeMismatch && "deleted non-first decl"); in CheckExplicitlyDefaultedSpecialMember()