Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp7255 bool ShouldDeleteForTypeMismatch = false; in CheckExplicitlyDefaultedSpecialMember() local
7268 ShouldDeleteForTypeMismatch = true; in CheckExplicitlyDefaultedSpecialMember()
7302 ShouldDeleteForTypeMismatch = true; in CheckExplicitlyDefaultedSpecialMember()
7321 ShouldDeleteForTypeMismatch = true; in CheckExplicitlyDefaultedSpecialMember()
7331 ShouldDeleteForTypeMismatch = true; in CheckExplicitlyDefaultedSpecialMember()
7402 if (ShouldDeleteForTypeMismatch || ShouldDeleteSpecialMember(MD, CSM)) { in CheckExplicitlyDefaultedSpecialMember()
7407 if (ShouldDeleteForTypeMismatch) { in CheckExplicitlyDefaultedSpecialMember()
7413 if (ShouldDeleteForTypeMismatch && !HadError) { in CheckExplicitlyDefaultedSpecialMember()
7422 assert(!ShouldDeleteForTypeMismatch && "deleted non-first decl"); in CheckExplicitlyDefaultedSpecialMember()