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

Definitions

include/llvm/ADT/iterator.h
  120   DerivedT &operator++() {
  145   bool operator!=(const DerivedT &RHS) const {
include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h
   36   ArrayType::Iterator begin() const { return RVAs.begin(); }
   37   ArrayType::Iterator end() const { return RVAs.end(); }
include/llvm/Support/BinaryStreamArray.h
  334   const T &operator*() { return Array[Index]; }