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

References

include/llvm/ADT/iterator.h
   68     : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
include/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h
   40                    codeview::CrossModuleImportItem &Item);
   48   using ReferenceArray = VarStreamArray<CrossModuleImportItem>;
include/llvm/Support/BinaryStreamArray.h
   92   typedef VarStreamArrayIterator<ValueType, Extractor> Iterator;
  115   VarStreamArray<ValueType, Extractor> substream(uint32_t Begin,
  151     : public iterator_facade_base<VarStreamArrayIterator<ValueType, Extractor>,
  152                                   std::forward_iterator_tag, ValueType> {
  153   typedef VarStreamArrayIterator<ValueType, Extractor> IterType;
  154   typedef VarStreamArray<ValueType, Extractor> ArrayType;
  191   const ValueType &operator*() const {
  196   ValueType &operator*() {
  241   ValueType ThisValue;
include/llvm/Support/BinaryStreamReader.h
  217   Error readArray(VarStreamArray<T, U> &Array, uint32_t Size,
lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp
   27            codeview::CrossModuleImportItem &Item) {
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
  659   for (const auto &CMI : Imports) {
tools/llvm-pdbutil/DumpOutputStyle.cpp
 1025         for (const auto &Xmi : Imports) {
usr/include/c++/7.4.0/bits/stl_iterator_base_types.h
  123       typedef _Tp        value_type;