Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp7438 bool ShouldDeleteForTypeMismatch = false; in CheckExplicitlyDefaultedSpecialMember() local
7451 ShouldDeleteForTypeMismatch = true; in CheckExplicitlyDefaultedSpecialMember()
7485 ShouldDeleteForTypeMismatch = true; in CheckExplicitlyDefaultedSpecialMember()
7504 ShouldDeleteForTypeMismatch = true; in CheckExplicitlyDefaultedSpecialMember()
7514 ShouldDeleteForTypeMismatch = true; in CheckExplicitlyDefaultedSpecialMember()
7585 if (ShouldDeleteForTypeMismatch || ShouldDeleteSpecialMember(MD, CSM)) { in CheckExplicitlyDefaultedSpecialMember()
7590 if (ShouldDeleteForTypeMismatch) { in CheckExplicitlyDefaultedSpecialMember()
7596 if (ShouldDeleteForTypeMismatch && !HadError) { in CheckExplicitlyDefaultedSpecialMember()
7605 assert(!ShouldDeleteForTypeMismatch && "deleted non-first decl"); in CheckExplicitlyDefaultedSpecialMember()