Searched defs:CallStackFrame (Results 1 – 1 of 1) sorted by relevance
307 struct CallStackFrame { struct308 EvalInfo &Info;311 CallStackFrame *Caller;314 SourceLocation CallLoc;317 const FunctionDecl *Callee;320 unsigned Index;323 const LValue *This;327 APValue *Arguments;331 typedef std::map<const void*, APValue> MapTy;332 typedef MapTy::const_iterator temp_iterator;[all …]