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

References

include/llvm/ADT/STLExtras.h
  550   using value_type = typename Base::value_type;
include/llvm/ADT/SparseMultiSet.h
  251     using value_type = typename super::value_type;
include/llvm/Analysis/AliasSetTracker.h
  251     value_type &operator*() const {
  255     value_type *operator->() const { return &operator*(); }
include/llvm/Analysis/RegionInfo.h
  584     using value_type = typename super::value_type;
include/llvm/Analysis/RegionIterator.h
  102   using value_type = typename super::value_type;
  177   using value_type = typename super::value_type;
include/llvm/ProfileData/InstrProfReader.h
   44   value_type Record;
   55   value_type &operator*() { return Record; }
   56   value_type *operator->() { return &Record; }
tools/clang/include/clang/AST/DeclBase.h
 1221     value_type SingleElement;
 1224     explicit iterator(pointer Pos, value_type Single = nullptr)
tools/clang/include/clang/AST/Stmt.h
 1060     typename Base::value_type operator*() const {
tools/clang/include/clang/Serialization/ASTReader.h
 1405     value_type operator*() const {
 1409     value_type operator->() const { return **this; }
usr/include/c++/7.4.0/bits/stl_iterator_base_types.h
  155       typedef typename _Iterator::value_type        value_type;