Home
last modified time | relevance | path

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

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