Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7584 bool ShouldDeleteForTypeMismatch = false; in CheckExplicitlyDefaultedSpecialMember() local
7598 ShouldDeleteForTypeMismatch = true; in CheckExplicitlyDefaultedSpecialMember()
7638 ShouldDeleteForTypeMismatch = true; in CheckExplicitlyDefaultedSpecialMember()
7656 ShouldDeleteForTypeMismatch = true; in CheckExplicitlyDefaultedSpecialMember()
7680 ShouldDeleteForTypeMismatch = true; in CheckExplicitlyDefaultedSpecialMember()
7691 ShouldDeleteForTypeMismatch = true; in CheckExplicitlyDefaultedSpecialMember()
7779 if (ShouldDeleteForTypeMismatch || ShouldDeleteSpecialMember(MD, CSM)) { in CheckExplicitlyDefaultedSpecialMember()
7785 if (ShouldDeleteForTypeMismatch) { in CheckExplicitlyDefaultedSpecialMember()
7795 if (ShouldDeleteForTypeMismatch && !HadError) { in CheckExplicitlyDefaultedSpecialMember()
7806 assert(!ShouldDeleteForTypeMismatch && "deleted non-first decl"); in CheckExplicitlyDefaultedSpecialMember()