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

References

include/llvm/ADT/MapVector.h
   70   const_iterator begin() const { return Vector.begin(); }
   72   const_iterator end() const { return Vector.end(); }
  153   const_iterator find(const KeyT &Key) const {
include/llvm/ADT/SetOperations.h
   25   for (typename S2Ty::const_iterator SI = S2.begin(), SE = S2.end();
include/llvm/CodeGen/DbgEntityHistoryCalculator.h
  117   InstrMap::const_iterator begin() const { return LabelInstr.begin(); }
  118   InstrMap::const_iterator end() const { return LabelInstr.end(); }
lib/IR/LegacyPassManager.cpp
  505       MapVector<Pass *, FunctionPassManagerImpl *>::const_iterator I =
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 2291     decltype(I->getSecond().LocalVarData)::const_iterator SecIt;
tools/clang/lib/Sema/SemaDeclCXX.cpp
15757   for (CXXFinalOverriderMap::const_iterator I = FinalOverriders.begin(),
tools/polly/include/polly/ScopInfo.h
 2801   using const_iterator = RegionToScopMapTy::const_iterator;
usr/include/c++/7.4.0/bits/range_access.h
   58     begin(const _Container& __cont) -> decltype(__cont.begin())
   78     end(const _Container& __cont) -> decltype(__cont.end())