Searched defs:CallStackFrame (Results 1 – 1 of 1) sorted by relevance
268 struct CallStackFrame { struct269 EvalInfo &Info;272 CallStackFrame *Caller;275 SourceLocation CallLoc;278 const FunctionDecl *Callee;281 unsigned Index;284 const LValue *This;288 const APValue *Arguments;292 typedef std::map<const Expr*, APValue> MapTy;293 typedef MapTy::const_iterator temp_iterator;[all …]