Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGClass.cpp350 struct CallBaseDtor : EHScopeStack::Cleanup { struct
351 const CXXRecordDecl *BaseClass;
352 bool BaseIsVirtual;
353 CallBaseDtor(const CXXRecordDecl *Base, bool BaseIsVirtual) in CallBaseDtor() argument
356 void Emit(CodeGenFunction &CGF, Flags flags) override { in Emit()