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

Definitions

include/llvm/ADT/STLExtras.h
  218   FuncReturnTy operator*() { return F(*this->I); }
include/llvm/DebugInfo/PDB/Native/DbiModuleList.h
   48   StringRef &operator*() { return ThisValue; }
include/llvm/IR/CFG.h
  201   inline BlockT *operator*() const { return Inst->getSuccessor(Idx); }
include/llvm/IR/User.h
  251     Value *operator*() const { return *I; }
  272     const Value *operator*() const { return *I; }
include/llvm/Support/BinaryStreamArray.h
  334   const T &operator*() { return Array[Index]; }
tools/clang/include/clang/AST/DeclBase.h
 1227     reference operator*() const {
tools/clang/include/clang/AST/Stmt.h
 1060     typename Base::value_type operator*() const {
tools/clang/include/clang/AST/UnresolvedSet.h
   55   NamedDecl *operator*() const { return getDecl(); }
usr/include/c++/7.4.0/bits/stl_bvector.h
  230     operator*() const
  320     operator*() const
usr/include/c++/7.4.0/bits/stl_deque.h
  160       operator*() const _GLIBCXX_NOEXCEPT
usr/include/c++/7.4.0/bits/stl_iterator.h
  169       operator*() const