reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
969 while (Frame->Index > CallIndex) { 970 Frame = Frame->Caller; 970 Frame = Frame->Caller; 973 if (Frame->Index == CallIndex) 974 return {Frame, Depth};