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

References

tools/clang/lib/AST/Interp/Interp.h
  950   S.Stk.push<Pointer>(Ptr.expand());
tools/clang/lib/AST/Interp/InterpFrame.cpp
   94     F = F.isArrayElement() ? F.getArray().expand() : F.getBase();
  100       OS << "[" << It->expand().getIndex() << "]";