Home | History | Annotate | Download | only in AST

Lines Matching defs:VBIndex

3080     unsigned VBIndex =
3082 MethodInfo MI(VBIndex,
3107 ReturnAdjustment.Virtual.Microsoft.VBIndex =
3141 if (R.Virtual.Microsoft.VBIndex)
3142 Out << "vbase #" << R.Virtual.Microsoft.VBIndex << ", ";
3582 uint64_t VBIndex = I->first.VBTableIndex;
3584 (VFPtrOffset != LastVFPtrOffset || VBIndex != LastVBIndex)) {
3585 assert(VBIndex > LastVBIndex || VFPtrOffset > LastVFPtrOffset);
3587 if (VBIndex)
3588 Out << "vbtable index " << VBIndex << ", ";
3591 LastVBIndex = VBIndex;