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;290 typedef llvm::DenseMap<const Expr*, APValue> MapTy;291 typedef MapTy::const_iterator temp_iterator;[all …]