reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/OnDiskHashTable.h
  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
  827 ASTSelectorLookupTrait::internal_key_type
  849 ASTSelectorLookupTrait::data_type
 8549       ASTSelectorLookupTrait::data_type Data = *Pos;
 9079     ASTSelectorLookupTrait Trait(*this, M);
tools/clang/lib/Serialization/ASTReaderInternals.h
  233     llvm::OnDiskChainedHashTable<ASTSelectorLookupTrait>;