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

References

include/llvm/Support/OnDiskHashTable.h
   68     Item(typename Info::key_type_ref Key, typename Info::data_type_ref Data,
  116   void insert(typename Info::key_type_ref Key,
  125   void insert(typename Info::key_type_ref Key,
  134   bool contains(typename Info::key_type_ref Key, Info &InfoObj) {
tools/clang/lib/Serialization/GlobalModuleIndex.cpp
  729   static hash_value_type ComputeHash(key_type_ref Key) {
  734   EmitKeyDataLength(raw_ostream& Out, key_type_ref Key, data_type_ref Data) {
  744   void EmitKey(raw_ostream& Out, key_type_ref Key, unsigned KeyLen) {
  748   void EmitData(raw_ostream& Out, key_type_ref Key, data_type_ref Data,