Searched refs:getNullabilityAnnotation (Results 1 – 4 of 4) sorted by relevance
381 if (getNullabilityAnnotation(T) != Nullability::Nonnull) in checkValueAtLValForInvariantViolation()581 getNullabilityAnnotation(Param->getType()); in checkBeginFunction()632 getNullabilityAnnotation(Region->getValueType()); in checkLocation()694 Nullability RequiredNullability = getNullabilityAnnotation(RequiredRetType); in checkPreStmt()702 getNullabilityAnnotation(lookThroughImplicitCasts(RetExpr)->getType()); in checkPreStmt()799 getNullabilityAnnotation(Param->getType()); in checkPreCall()801 getNullabilityAnnotation(lookThroughImplicitCasts(ArgExpr)->getType()); in checkPreCall()911 getNullabilityAnnotation(ReturnType) == Nullability::Nullable) { in checkPostCall()1064 Nullability RetNullability = getNullabilityAnnotation(Message->getType()); in checkPostObjCMessage()1143 Nullability DestNullability = getNullabilityAnnotation(DestType); in checkPostStmt()[all …]
161 if (getNullabilityAnnotation(ExprRetType) == Nullability::Nonnull) in isNonNullPtr()177 if (getNullabilityAnnotation(DeclRetType) != Nullability::Nonnull) in isNonNullPtr()
68 Nullability getNullabilityAnnotation(QualType Type);
104 Nullability getNullabilityAnnotation(QualType Type) { in getNullabilityAnnotation() function