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

Declarations

tools/clang/lib/Serialization/ASTReaderInternals.h
  155   static internal_key_type ReadKey(const unsigned char* d, unsigned n);

References

include/llvm/Support/OnDiskHashTable.h
  388           InfoPtr->ReadKey((const unsigned char *const)Items, L.first);
  529       return InfoObj->ReadKey(LocalPtr, L.first);
  575       const internal_key_type &Key = InfoObj->ReadKey(LocalPtr, L.first);
tools/clang/lib/Serialization/ASTReader.cpp
 4256       auto Key = Trait.ReadKey(Data, KeyDataLen.first);