Lines Matching defs:Param
576 for (const ParmVarDecl *Param : AbstractCall->parameters()) {
577 if (!isValidPointerType(Param->getType()))
581 getNullabilityAnnotation(Param->getType());
585 const VarRegion *ParamRegion = State->getRegion(Param, LCtx);
780 for (const ParmVarDecl *Param : Call.parameters()) {
781 if (Param->isParameterPack())
792 if (!isValidPointerType(Param->getType()) &&
793 !Param->getType()->isReferenceType())
799 getNullabilityAnnotation(Param->getType());
803 unsigned ParamIdx = Param->getFunctionScopeIndex() + 1;
816 OS << (Param->getType()->isObjCObjectPointerType() ? "nil" : "Null");
851 Param->getType()->isReferenceType()) {
1026 for (auto *Param : M.parameters()) {
1027 if (Param->getName() == "encoding") {