Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp7330 bool ShouldDeleteForTypeMismatch = false; in CheckExplicitlyDefaultedSpecialMember() local
7343 ShouldDeleteForTypeMismatch = true; in CheckExplicitlyDefaultedSpecialMember()
7377 ShouldDeleteForTypeMismatch = true; in CheckExplicitlyDefaultedSpecialMember()
7396 ShouldDeleteForTypeMismatch = true; in CheckExplicitlyDefaultedSpecialMember()
7406 ShouldDeleteForTypeMismatch = true; in CheckExplicitlyDefaultedSpecialMember()
7477 if (ShouldDeleteForTypeMismatch || ShouldDeleteSpecialMember(MD, CSM)) { in CheckExplicitlyDefaultedSpecialMember()
7482 if (ShouldDeleteForTypeMismatch) { in CheckExplicitlyDefaultedSpecialMember()
7488 if (ShouldDeleteForTypeMismatch && !HadError) { in CheckExplicitlyDefaultedSpecialMember()
7497 assert(!ShouldDeleteForTypeMismatch && "deleted non-first decl"); in CheckExplicitlyDefaultedSpecialMember()