Searched refs:AbstractCall (Results 1 – 1 of 1) sorted by relevance
571 auto AbstractCall = AnyCall::forDecl(LCtx->getDecl()); in checkBeginFunction() local572 if (!AbstractCall || AbstractCall->parameters().empty()) in checkBeginFunction()576 for (const ParmVarDecl *Param : AbstractCall->parameters()) { in checkBeginFunction()