Home | History | Annotate | Download | only in AST

Lines Matching full:nextindex

2062     uint64_t NextIndex = Index + 1;
2063 if (AddressPointsByIndex.count(NextIndex)) {
2064 if (AddressPointsByIndex.count(NextIndex) == 1) {
2066 AddressPointsByIndex.find(NextIndex)->second;
2074 AddressPointsByIndex.lower_bound(NextIndex)->second.getBaseOffset();
2079 AddressPointsByIndex.lower_bound(NextIndex), E =
2080 AddressPointsByIndex.upper_bound(NextIndex); I != E; ++I) {