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

References

tools/clang/lib/AST/Interp/Interp.h
  731   T Index = T::from(Ptr.getIndex(), Offset.bitWidth());
  765   unsigned MaxOffset = MaxIndex - Ptr.getIndex();
tools/clang/lib/AST/Interp/InterpFrame.cpp
  100       OS << "[" << It->expand().getIndex() << "]";
  103     if (auto Index = It->getIndex()) {
tools/clang/lib/AST/Interp/Pointer.cpp
  111           Path.push_back(APValue::LValuePathEntry::ArrayIndex(Ptr.getIndex()));
  147     return Map->isInitialized(getIndex());
  165       if (Map->initialize(getIndex())) {