reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
394 return RecordIterator == HashTable->data_end();
include/llvm/Support/OnDiskHashTable.h 586 return make_range(data_begin(), data_end());
tools/clang/lib/Serialization/GlobalModuleIndex.cpp 694 DEnd = Table->data_end();
tools/clang/lib/Serialization/MultiOnDiskHashTable.h156 for (auto I = HT.data_begin(), E = HT.data_end(); I != E; ++I) { 276 for (auto I = HT.data_begin(), E = HT.data_end(); I != E; ++I) {