| 1108 | //----------------------------------------------------------------------------- |
| 1109 | |
| 1110 | void PushVtableEntry(const CXXRecordDecl* record, const CXXRecordDecl* recordB, VarDecl* decl) |
| 1111 | { |
| 1112 | gVtables.push_back({{record, recordB}, decl}); |
| 1113 | } |
| 1114 | //----------------------------------------------------------------------------- |
| 1115 | |
| 1116 | static void PushGlobalVariable(const Expr* callExpr) |