Searched defs:CallStackFrame (Results 1 – 1 of 1) sorted by relevance
308 struct CallStackFrame { struct309 EvalInfo &Info;312 CallStackFrame *Caller;315 SourceLocation CallLoc;318 const FunctionDecl *Callee;321 unsigned Index;324 const LValue *This;328 APValue *Arguments;332 typedef std::map<const void*, APValue> MapTy;333 typedef MapTy::const_iterator temp_iterator;[all …]