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

References

tools/clang/lib/AST/Interp/Interp.cpp
  121   Pointer U = Ptr.getBase();
  123     U = U.getBase();
tools/clang/lib/AST/Interp/Interp.h
  590     Base = Base.getBase();
tools/clang/lib/AST/Interp/InterpFrame.cpp
   94     F = F.isArrayElement() ? F.getArray().expand() : F.getBase();
tools/clang/lib/AST/Interp/Pointer.cpp
  121             Ptr = Ptr.getBase();