Home
last modified time | relevance | path

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

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