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

Overridden By

tools/clang/lib/AST/ExprConstant.cpp
  594     Frame *getCaller() const override { return Caller; }
tools/clang/lib/AST/Interp/InterpFrame.cpp
  139 Frame *InterpFrame::getCaller() const {

References

tools/clang/lib/AST/Interp/State.cpp
  130   for (Frame *F = Top; F != Bottom; F = F->getCaller(), ++CallIdx) {