Searched defs:AddressPointsByIndex (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DVTableBuilder.cpp1842 std::multimap<uint64_t, BaseSubobject> AddressPointsByIndex; local
1848 AddressPointsByIndex.insert(std::make_pair(Index, Base));
1977 if (AddressPointsByIndex.count(NextIndex)) {
1978 if (AddressPointsByIndex.count(NextIndex) == 1) {
1980 AddressPointsByIndex.find(NextIndex)->second;
1987 AddressPointsByIndex.lower_bound(NextIndex)->second.getBaseOffset();
1992 AddressPointsByIndex.lower_bound(NextIndex), E =
1993 AddressPointsByIndex.upper_bound(NextIndex); I != E; ++I) {

Completed in 21 milliseconds