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

Overridden By

tools/clang/lib/AST/ExprConstant.cpp
 1050     interp::Frame *getCurrentFrame() override { return CurrentCall; }
tools/clang/lib/AST/Interp/InterpState.cpp
   43 Frame *InterpState::getCurrentFrame() {

References

tools/clang/lib/AST/Interp/InterpState.cpp
   47     return Parent.getCurrentFrame();
tools/clang/lib/AST/Interp/InterpState.h
   42   Frame *getSplitFrame() { return Parent.getCurrentFrame(); }
tools/clang/lib/AST/Interp/State.cpp
  128   Frame *Top = getCurrentFrame();