Home
last modified time | relevance | path

Searched refs:CallRef (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp521 struct CallRef { struct
522 CallRef() : OrigCallee(), CallIndex(0), Version() {} in CallRef() argument
523 CallRef(const FunctionDecl *Callee, unsigned CallIndex, unsigned Version) in CallRef() argument
566 CallRef Arguments;
599 CallRef createCall(const FunctionDecl *Callee) { in createCall()
616 const Expr *CallExpr, CallRef Arguments);
653 APValue &createParam(CallRef Args, const ParmVarDecl *PVD, LValue &LV);
1029 /*CallExpr=*/nullptr, CallRef()), in EvalInfo()
1128 APValue *getParamSlot(CallRef Call, const ParmVarDecl *PVD) { in getParamSlot()
1516 const Expr *CallExpr, CallRef Call) in CallStackFrame()
[all …]