Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprConstant.cpp307 struct CallStackFrame { struct
308 EvalInfo &Info;
311 CallStackFrame *Caller;
314 SourceLocation CallLoc;
317 const FunctionDecl *Callee;
320 unsigned Index;
323 const LValue *This;
327 APValue *Arguments;
331 typedef std::map<const void*, APValue> MapTy;
332 typedef MapTy::const_iterator temp_iterator;
[all …]