reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
275 const typename Info::offset_type NumBuckets; 276 const typename Info::offset_type NumEntries; 279 Info InfoObj; 282 typedef Info InfoType; 283 typedef typename Info::internal_key_type internal_key_type; 284 typedef typename Info::external_key_type external_key_type; 285 typedef typename Info::data_type data_type; 286 typedef typename Info::hash_value_type hash_value_type; 287 typedef typename Info::offset_type offset_type; 292 const Info &InfoObj = Info()) 325 Info *InfoObj; 330 Info *InfoObj) 343 iterator find(const external_key_type &EKey, Info *InfoPtr = nullptr) { 351 Info *InfoPtr = nullptr) { 377 Info::ReadKeyDataLength(Items); 405 Info &getInfoObj() { return InfoObj; } 418 const Info &InfoObj = Info()) { 421 return new OnDiskChainedHashTable<Info>(NumBucketsAndEntries.first,tools/clang/lib/Serialization/ASTReader.cpp
1814 HeaderFileInfoTrait::internal_key_type 1859 HeaderFileInfoTrait::internal_key_type 1871 HeaderFileInfoTrait::data_typetools/clang/lib/Serialization/ASTReaderInternals.h
284 llvm::OnDiskChainedHashTable<HeaderFileInfoTrait>;