Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprConstant.cpp269 struct CallStackFrame { struct
270 EvalInfo &Info;
273 CallStackFrame *Caller;
276 SourceLocation CallLoc;
279 const FunctionDecl *Callee;
282 unsigned Index;
285 const LValue *This;
289 const APValue *Arguments;
293 typedef std::map<const Expr*, APValue> MapTy;
294 typedef MapTy::const_iterator temp_iterator;
[all …]