Searched refs:getNullabilityAnnotation (Results 1 – 4 of 4) sorted by relevance
378 if (getNullabilityAnnotation(T) != Nullability::Nonnull) in checkValueAtLValForInvariantViolation()578 getNullabilityAnnotation(Param->getType()); in checkBeginFunction()629 getNullabilityAnnotation(Region->getValueType()); in checkLocation()691 Nullability RequiredNullability = getNullabilityAnnotation(RequiredRetType); in checkPreStmt()707 getNullabilityAnnotation(lookThroughImplicitCasts(RetExpr)->getType()); in checkPreStmt()801 getNullabilityAnnotation(Param->getType()); in checkPreCall()803 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