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

References

tools/clang/lib/AST/Interp/Interp.cpp
   42   if (InterpFrame *Caller = S.Current->Caller) {
   63   if (InterpFrame *Caller = S.Current->Caller) {
tools/clang/lib/AST/Interp/InterpFrame.cpp
  140   if (Caller->Caller)
  140   if (Caller->Caller)
  141     return Caller;
  146   if (!Caller->Func)
  148   return S.getLocation(Caller->Func, RetPC - sizeof(uintptr_t));
tools/clang/lib/AST/Interp/InterpState.cpp
   31     InterpFrame *Next = Current->Caller;
   44   if (Current && Current->Caller) {