Home
last modified time | relevance | path

Searched defs:CallBaseDtor (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp510 struct CallBaseDtor final : EHScopeStack::Cleanup { struct
511 const CXXRecordDecl *BaseClass;
512 bool BaseIsVirtual;
513 CallBaseDtor(const CXXRecordDecl *Base, bool BaseIsVirtual) in CallBaseDtor() function
516 void Emit(CodeGenFunction &CGF, Flags flags) override { in Emit()