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

Declarations

tools/clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h
  265   void addPackageOption(StringRef OptionType, StringRef PackageFullName,

References

gen/tools/clang/include/clang/StaticAnalyzer/Checkers/Checkers.inc
   50 PACKAGE_OPTION("bool", "nullability", "NoDiagnoseCallsToSystemHeaders", "Suppresses warnings for violating nullability annotations of system header functions. This is useful if you are concerned with your custom nullability annotations more than with following nullability specifications of system header functions.", "false", "released", false)