void ASTConsumerHTML::HandleVTable(CXXRecordDecl *RD, bool DefinitionRequired) {
    CXXRecordDecl *decl = RD;
    if (decl) {
        log << "\n" << static_cast<Decl *> (decl) << " HandleVTable" << "\n";
        decl->print(log);
        log << "\n";
    }

}