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

References

tools/clang/lib/AST/Expr.cpp
 2194     LValuePathEntry Path[1] = {LValuePathEntry::ArrayIndex(0)};
tools/clang/lib/AST/ExprConstant.cpp
  395       Entries.push_back(PathEntry::ArrayIndex(0));
  406       Entries.push_back(PathEntry::ArrayIndex(0));
  431       Entries.push_back(PathEntry::ArrayIndex(Imag));
  452         Entries.back() = PathEntry::ArrayIndex(
  483         Entries.back() = PathEntry::ArrayIndex(ArrayIndex);
tools/clang/lib/AST/Interp/Pointer.cpp
  111           Path.push_back(APValue::LValuePathEntry::ArrayIndex(Ptr.getIndex()));