Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp288 struct CallStackFrame { struct
289 EvalInfo &Info;
292 CallStackFrame *Caller;
295 SourceLocation CallLoc;
298 const FunctionDecl *Callee;
301 unsigned Index;
304 const LValue *This;
308 APValue *Arguments;
312 typedef std::map<const void*, APValue> MapTy;
313 typedef MapTy::const_iterator temp_iterator;
[all …]