Home
last modified time | relevance | path

Searched defs:CallStackFrame (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/AST/
DExprConstant.cpp268 struct CallStackFrame { struct
269 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 …]