Home | History | Annotate | Download | only in Checkers

Lines Matching defs:ArgExpr

554     const Expr *ArgExpr = nullptr;
556 ArgExpr = Call.getArgExpr(Idx);
569 getNullabilityAnnotation(ArgExpr->getType());
578 ArgExpr);
598 Region, C, ArgExpr, /*SuppressPath=*/true);
605 C, ArgExpr, /*SuppressPath=*/true);
614 Region, NullabilityState(ArgStaticNullability, ArgExpr));