Searched refs:getNullabilityAnnotation (Results 1 – 4 of 4) sorted by relevance
337 if (getNullabilityAnnotation(T) != Nullability::Nonnull) in checkValueAtLValForInvariantViolation()548 getNullabilityAnnotation(Region->getValueType()); in checkLocation()610 Nullability RequiredNullability = getNullabilityAnnotation(RequiredRetType); in checkPreStmt()618 getNullabilityAnnotation(lookThroughImplicitCasts(RetExpr)->getType()); in checkPreStmt()715 getNullabilityAnnotation(Param->getType()); in checkPreCall()717 getNullabilityAnnotation(ArgExpr->getType()); in checkPreCall()819 getNullabilityAnnotation(ReturnType) == Nullability::Nullable) { in checkPostCall()948 Nullability RetNullability = getNullabilityAnnotation(RetType); in checkPostObjCMessage()985 Nullability DestNullability = getNullabilityAnnotation(DestType); in checkPostStmt()1117 ValNullability = getNullabilityAnnotation(Sym->getType()); in checkBind()[all …]
162 if (getNullabilityAnnotation(ExprRetType) == Nullability::Nonnull) in isNonNullPtr()178 if (getNullabilityAnnotation(DeclRetType) != Nullability::Nonnull) in isNonNullPtr()
65 Nullability getNullabilityAnnotation(QualType Type);
102 Nullability getNullabilityAnnotation(QualType Type) { in getNullabilityAnnotation() function