Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaDeclCXX.cpp7494 bool ShouldDeleteForTypeMismatch = false; in CheckExplicitlyDefaultedSpecialMember() local
7507 ShouldDeleteForTypeMismatch = true; in CheckExplicitlyDefaultedSpecialMember()
7542 ShouldDeleteForTypeMismatch = true; in CheckExplicitlyDefaultedSpecialMember()
7561 ShouldDeleteForTypeMismatch = true; in CheckExplicitlyDefaultedSpecialMember()
7571 ShouldDeleteForTypeMismatch = true; in CheckExplicitlyDefaultedSpecialMember()
7651 if (ShouldDeleteForTypeMismatch || ShouldDeleteSpecialMember(MD, CSM)) { in CheckExplicitlyDefaultedSpecialMember()
7656 if (ShouldDeleteForTypeMismatch) { in CheckExplicitlyDefaultedSpecialMember()
7665 if (ShouldDeleteForTypeMismatch && !HadError) { in CheckExplicitlyDefaultedSpecialMember()
7674 assert(!ShouldDeleteForTypeMismatch && "deleted non-first decl"); in CheckExplicitlyDefaultedSpecialMember()