Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1128 APValue *getParamSlot(CallRef Call, const ParmVarDecl *PVD) { in getParamSlot() function in __anonfb577fba0411::EvalInfo
2053 APValue *V = Info.getParamSlot(Arguments, Param); in describe()
6601 APValue *RefValue = Info.getParamSlot(Frame->Arguments, Param); in handleTrivialCopy()
8915 APValue *RefValue = Info.getParamSlot(Info.CurrentCall->Arguments, Self); in HandleLambdaCapture()
17859 if (APValue *Slot = Info.getParamSlot(Call, PVD)) in EvaluateWithSubstitution()