Searched refs:NDeref (Results 1 – 1 of 1) sorted by relevance
278 int* NDeref = 0) { in buildSExpr() argument294 return buildSExpr(CallCtx->FunArgs[i], CallCtx->PrevCtx, NDeref); in buildSExpr()306 if (!CallCtx->SelfArrow && NDeref) in buildSExpr()308 --(*NDeref); in buildSExpr()309 return buildSExpr(CallCtx->SelfArg, CallCtx->PrevCtx, NDeref); in buildSExpr()342 if (NDeref && dyn_cast<MemberExpr>(CMCE->getCallee())->isArrow()) in buildSExpr()343 ++(*NDeref); in buildSExpr()344 return buildSExpr(CMCE->getImplicitObjectArgument(), CallCtx, NDeref); in buildSExpr()370 if (NDeref) ++(*NDeref); in buildSExpr()371 return buildSExpr(OE->getArg(0), CallCtx, NDeref); in buildSExpr()[all …]