Home | History | Annotate | Download | only in AST

Lines Matching refs:VBIndex

3038     unsigned VBIndex =
3040 MethodInfo MI(VBIndex,
3065 ReturnAdjustment.Virtual.Microsoft.VBIndex =
3099 if (R.Virtual.Microsoft.VBIndex)
3100 Out << "vbase #" << R.Virtual.Microsoft.VBIndex << ", ";
3651 uint64_t VBIndex = I.first.VBTableIndex;
3653 (VFPtrOffset != LastVFPtrOffset || VBIndex != LastVBIndex)) {
3654 assert(VBIndex > LastVBIndex || VFPtrOffset > LastVFPtrOffset);
3656 if (VBIndex)
3657 Out << "vbtable index " << VBIndex << ", ";
3660 LastVBIndex = VBIndex;