Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3828 StructorType dtorType) { in emitCXXDestructor() argument
3832 if (dtorType == StructorType::Complete && in emitCXXDestructor()
3834 dtorType = StructorType::Base; in emitCXXDestructor()
3840 if (dtorType == StructorType::Base && !CGM.TryEmitBaseDestructorAsAlias(dtor)) in emitCXXDestructor()
3843 llvm::Function *Fn = CGM.codegenCXXStructor(dtor, dtorType); in emitCXXDestructor()