Searched defs:TryEmitBaseDestructorAsAlias (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/CodeGen/
H A DCGCXX.cpp33 bool CodeGenModule::TryEmitBaseDestructorAsAlias(const CXXDestructorDecl *D) { function in class:CodeGenModule
269 if (dtorType == Dtor_Base && !TryEmitBaseDestructorAsAlias(dtor))

Completed in 105 milliseconds