Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp6520 bool ShouldDeleteForTypeMismatch = false; in CheckExplicitlyDefaultedSpecialMember() local
6533 ShouldDeleteForTypeMismatch = true; in CheckExplicitlyDefaultedSpecialMember()
6567 ShouldDeleteForTypeMismatch = true; in CheckExplicitlyDefaultedSpecialMember()
6586 ShouldDeleteForTypeMismatch = true; in CheckExplicitlyDefaultedSpecialMember()
6596 ShouldDeleteForTypeMismatch = true; in CheckExplicitlyDefaultedSpecialMember()
6670 if (ShouldDeleteForTypeMismatch || ShouldDeleteSpecialMember(MD, CSM)) { in CheckExplicitlyDefaultedSpecialMember()
6675 if (ShouldDeleteForTypeMismatch) { in CheckExplicitlyDefaultedSpecialMember()
6681 if (ShouldDeleteForTypeMismatch && !HadError) { in CheckExplicitlyDefaultedSpecialMember()
6690 assert(!ShouldDeleteForTypeMismatch && "deleted non-first decl"); in CheckExplicitlyDefaultedSpecialMember()