Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7748 bool ShouldDeleteForTypeMismatch = false; in CheckExplicitlyDefaultedSpecialMember() local
7762 ShouldDeleteForTypeMismatch = true; in CheckExplicitlyDefaultedSpecialMember()
7802 ShouldDeleteForTypeMismatch = true; in CheckExplicitlyDefaultedSpecialMember()
7824 ShouldDeleteForTypeMismatch = true; in CheckExplicitlyDefaultedSpecialMember()
7848 ShouldDeleteForTypeMismatch = true; in CheckExplicitlyDefaultedSpecialMember()
7859 ShouldDeleteForTypeMismatch = true; in CheckExplicitlyDefaultedSpecialMember()
7947 if (ShouldDeleteForTypeMismatch || ShouldDeleteSpecialMember(MD, CSM)) { in CheckExplicitlyDefaultedSpecialMember()
7952 if (ShouldDeleteForTypeMismatch) { in CheckExplicitlyDefaultedSpecialMember()
7961 if (ShouldDeleteForTypeMismatch && !HadError) { in CheckExplicitlyDefaultedSpecialMember()
7971 assert(!ShouldDeleteForTypeMismatch && "deleted non-first decl"); in CheckExplicitlyDefaultedSpecialMember()