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

References

tools/clang/lib/Serialization/ASTReaderInternals.h
   56     data_type &Data;
   59     data_type_builder(data_type &D) : Data(D) {}
  110   static void MergeDataInto(const data_type &From, data_type_builder &To) {
tools/clang/lib/Serialization/MultiOnDiskHashTable.h
   50   using data_type = typename Info::data_type;