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

References

tools/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
  653     if (Param->isParameterPack())
  664     if (!Param->getType()->isAnyPointerType() &&
  665         !Param->getType()->isReferenceType())
  671         getNullabilityAnnotation(Param->getType());
  675     unsigned ParamIdx = Param->getFunctionScopeIndex() + 1;
  687       OS << (Param->getType()->isObjCObjectPointerType() ? "nil" : "Null");
  722           Param->getType()->isReferenceType()) {