Searched refs:getNullabilityAnnotation (Results 1 – 1 of 1) sorted by relevance
348 static Nullability getNullabilityAnnotation(QualType Type) { in getNullabilityAnnotation() function363 if (getNullabilityAnnotation(T) != Nullability::Nonnull) in checkValueAtLValForInvariantViolation()592 Nullability RequiredNullability = getNullabilityAnnotation(RequiredRetType); in checkPreStmt()600 getNullabilityAnnotation(lookThroughImplicitCasts(RetExpr)->getType()); in checkPreStmt()699 getNullabilityAnnotation(Param->getType()); in checkPreCall()701 getNullabilityAnnotation(ArgExpr->getType()); in checkPreCall()804 getNullabilityAnnotation(ReturnType) == Nullability::Nullable) { in checkPostCall()933 Nullability RetNullability = getNullabilityAnnotation(RetType); in checkPostObjCMessage()970 Nullability DestNullability = getNullabilityAnnotation(DestType); in checkPostStmt()1103 ValNullability = getNullabilityAnnotation(Sym->getType()); in checkBind()[all …]