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()911 getNullabilityAnnotation(ReturnType) == Nullability::Nullable) { in checkPostCall()1064 Nullability RetNullability = getNullabilityAnnotation(Message->getType()); in checkPostObjCMessage()1142 Nullability DestNullability = getNullabilityAnnotation(DestType); in checkPostStmt()1274 ValNullability = getNullabilityAnnotation(Sym->getType()); in checkBind()[all …]
161 if (getNullabilityAnnotation(ExprRetType) == Nullability::Nonnull) in isNonNullPtr()177 if (getNullabilityAnnotation(DeclRetType) != Nullability::Nonnull) in isNonNullPtr()
66 Nullability getNullabilityAnnotation(QualType Type);
103 Nullability getNullabilityAnnotation(QualType Type) { in getNullabilityAnnotation() function