Home
last modified time | relevance | path

Searched refs:LastVBIndex (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/AST/
DVTableBuilder.cpp3648 uint64_t LastVBIndex = 0; in dumpMethodLocations() local
3653 (VFPtrOffset != LastVFPtrOffset || VBIndex != LastVBIndex)) { in dumpMethodLocations()
3654 assert(VBIndex > LastVBIndex || VFPtrOffset > LastVFPtrOffset); in dumpMethodLocations()
3660 LastVBIndex = VBIndex; in dumpMethodLocations()