Home | History | Annotate | Download | only in AST

Lines Matching refs:VBPtrOffset

162                               int32_t VBPtrOffset, uint32_t VBIndex,
167 uint32_t NVOffset, int32_t VBPtrOffset,
595 uint64_t VBPtrOffset = 0;
608 VBPtrOffset = Layout.getVBPtrOffset().getQuantity();
632 mangleNumber(VBPtrOffset);
2505 if (Adjustment.Virtual.Microsoft.VBPtrOffset) {
2508 static_cast<uint32_t>(Adjustment.Virtual.Microsoft.VBPtrOffset));
2687 uint32_t NVOffset, int32_t VBPtrOffset, uint32_t VBIndex,
2713 if (VBPtrOffset == -1) {
2719 Mangler.getStream() << VBPtrOffset;
2725 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset,
2731 Mangler.mangleNumber(VBPtrOffset);