Searched defs:CallStackFrame (Results 1 – 1 of 1) sorted by relevance
287 struct CallStackFrame { struct288 EvalInfo &Info;291 CallStackFrame *Caller;294 SourceLocation CallLoc;297 const FunctionDecl *Callee;300 unsigned Index;303 const LValue *This;307 APValue *Arguments;311 typedef std::map<const void*, APValue> MapTy;312 typedef MapTy::const_iterator temp_iterator;[all …]