Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp466 struct CallStackFrame { struct
467 EvalInfo &Info;
470 CallStackFrame *Caller;
473 const FunctionDecl *Callee;
476 const LValue *This;
480 APValue *Arguments;
487 MapTy Temporaries;
490 SourceLocation CallLoc;
493 unsigned Index;
501 void pushTempVersion() { in pushTempVersion()
[all …]