Home | History | Annotate | Download | only in AST

Lines Matching refs:Index

661   // OffsetIndex is the index of this vcall or vbase offset, relative to the 
843 /// VTableIndex - The index in the vtable that this method has.
844 /// (For destructors, this is the index of the complete destructor).
867 /// VTableThunks - The thunks by vtable index in the vtable currently being
1839 // they are keyed by the index and not the base object.
1846 uint64_t Index = I->second;
1848 AddressPointsByIndex.insert(std::make_pair(Index, Base));
1852 uint64_t Index = I;
1976 uint64_t NextIndex = Index + 1;
2103 // Store them in a map keyed by the index so we'll get a sorted table.
2233 // This index is shared between the index in the vtable of the primary
2312 assert(I != MethodVTableIndices.end() && "Did not find index!");
2342 assert(I != VirtualBaseClassOffsetOffsets.end() && "Did not find index!");