Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.cpp546 CXXDtorType dtorType = curGD.getDtorType(); in emitDestructorBody() local
553 if (dtorType != Dtor_Base && dtor->getParent()->isAbstract()) { in emitDestructorBody()
565 if (dtorType == Dtor_Deleting) { in emitDestructorBody()
584 switch (dtorType) { in emitDestructorBody()