Searched refs:CallRef (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 502 struct CallRef { struct 503 CallRef() : OrigCallee(), CallIndex(0), Version() {} in CallRef() argument 504 CallRef(const FunctionDecl *Callee, unsigned CallIndex, unsigned Version) in CallRef() function 547 CallRef Arguments; 580 CallRef createCall(const FunctionDecl *Callee) { in createCall() 597 const Expr *CallExpr, CallRef Arguments); 634 APValue &createParam(CallRef Args, const ParmVarDecl *PVD, LValue &LV); 1010 /*CallExpr=*/nullptr, CallRef()), in EvalInfo() 1109 APValue *getParamSlot(CallRef Call, const ParmVarDecl *PVD) { in getParamSlot() 1496 const Expr *CallExpr, CallRef Call) in CallStackFrame() [all …]
|