reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
  525   if (!RetExpr)
  528   if (!RetExpr->getType()->isAnyPointerType())
  571         getNullabilityAnnotation(lookThroughImplicitCasts(RetExpr)->getType());
  587     OS << (RetExpr->getType()->isObjCObjectPointerType() ? "nil" : "Null");
  592                               RetExpr);