Searched defs:CallStackFrame (Results 1 – 1 of 1) sorted by relevance
288 struct CallStackFrame { struct289 EvalInfo &Info;292 CallStackFrame *Caller;295 SourceLocation CallLoc;298 const FunctionDecl *Callee;301 unsigned Index;304 const LValue *This;308 APValue *Arguments;312 typedef std::map<const void*, APValue> MapTy;313 typedef MapTy::const_iterator temp_iterator;[all …]