Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7333 bool ShouldDeleteForTypeMismatch = false; in CheckExplicitlyDefaultedSpecialMember() local
7346 ShouldDeleteForTypeMismatch = true; in CheckExplicitlyDefaultedSpecialMember()
7380 ShouldDeleteForTypeMismatch = true; in CheckExplicitlyDefaultedSpecialMember()
7399 ShouldDeleteForTypeMismatch = true; in CheckExplicitlyDefaultedSpecialMember()
7409 ShouldDeleteForTypeMismatch = true; in CheckExplicitlyDefaultedSpecialMember()
7480 if (ShouldDeleteForTypeMismatch || ShouldDeleteSpecialMember(MD, CSM)) { in CheckExplicitlyDefaultedSpecialMember()
7485 if (ShouldDeleteForTypeMismatch) { in CheckExplicitlyDefaultedSpecialMember()
7491 if (ShouldDeleteForTypeMismatch && !HadError) { in CheckExplicitlyDefaultedSpecialMember()
7500 assert(!ShouldDeleteForTypeMismatch && "deleted non-first decl"); in CheckExplicitlyDefaultedSpecialMember()