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

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
  624   void EmitBasicReport(const Decl *DeclWithIssue, CheckerNameRef CheckerName,

References

tools/clang/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp
  319   BR.EmitBasicReport(AC->getDecl(), filter.checkName_FloatLoopCounter,
  359   BR.EmitBasicReport(AC->getDecl(), filter.checkName_bcmp,
  401   BR.EmitBasicReport(AC->getDecl(), filter.checkName_bcopy,
  442   BR.EmitBasicReport(AC->getDecl(), filter.checkName_bzero,
  480   BR.EmitBasicReport(AC->getDecl(), filter.checkName_gets,
  520   BR.EmitBasicReport(AC->getDecl(), filter.checkName_getpw,
  561   BR.EmitBasicReport(AC->getDecl(), filter.checkName_mktemp,
  647   BR.EmitBasicReport(AC->getDecl(), filter.checkName_mkstemp,
  680   BR.EmitBasicReport(AC->getDecl(), filter.checkName_strcpy,
  708   BR.EmitBasicReport(AC->getDecl(), filter.checkName_strcpy,
  796   BR.EmitBasicReport(AC->getDecl(),
  870   BR.EmitBasicReport(AC->getDecl(), filter.checkName_rand, os1.str(),
  895   BR.EmitBasicReport(AC->getDecl(), filter.checkName_rand,
  915   BR.EmitBasicReport(AC->getDecl(), filter.checkName_vfork,
  986   BR.EmitBasicReport(AC->getDecl(), filter.checkName_UncheckedReturn, os1.str(),
tools/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp
  546   BR.EmitBasicReport(FirstIvarDecl, CheckName, "Incomplete invalidation",
  564     BR.EmitBasicReport(MethodD, Filter.checkName_InstanceVariableInvalidation,
  569     BR.EmitBasicReport(
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
 3239   EmitBasicReport(DeclWithIssue, Checker->getCheckerName(), Name, Category, Str,