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
  618   void EmitBasicReport(const Decl *DeclWithIssue, const CheckerBase *Checker,

References

tools/clang/lib/StaticAnalyzer/Checkers/AnalyzerStatsChecker.cpp
  114   B.EmitBasicReport(D, this, "Analyzer Statistics", "Internal Statistics",
  132       B.EmitBasicReport(
tools/clang/lib/StaticAnalyzer/Checkers/CStringSyntaxChecker.cpp
  238       BR.EmitBasicReport(FD, Checker, "Anti-pattern in the argument",
  262       BR.EmitBasicReport(FD, Checker, "Anti-pattern in the argument",
tools/clang/lib/StaticAnalyzer/Checkers/CastToStructChecker.cpp
   65     BR.EmitBasicReport(
   97     BR.EmitBasicReport(AC->getDecl(), Checker, "Widening cast to struct type",
tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
  244     BR.EmitBasicReport(D, this, Name, categories::CoreFoundationObjectiveC,
tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCInstMethSignature.cpp
   72     BR.EmitBasicReport(
tools/clang/lib/StaticAnalyzer/Checkers/CheckSizeofPointer.cpp
   66     BR.EmitBasicReport(AC->getDecl(), Checker,
tools/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp
  263     BR.EmitBasicReport(AC->getDecl(), Checker, BugType, "Dead store", os.str(),
tools/clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp
  198       BR.EmitBasicReport(
tools/clang/lib/StaticAnalyzer/Checkers/GCDAntipatternChecker.cpp
  195   BR.EmitBasicReport(
tools/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp
   71   BR.EmitBasicReport(AC->getDecl(), Checker,
  120         BR.EmitBasicReport(AC->getDecl(), Checker, "Identical conditions",
  143         BR.EmitBasicReport(AC->getDecl(), Checker, "Identical conditions",
  173       BR.EmitBasicReport(AC->getDecl(), Checker,
  264     BR.EmitBasicReport(AC->getDecl(), Checker,
  285     BR.EmitBasicReport(
tools/clang/lib/StaticAnalyzer/Checkers/LLVMConventionsChecker.cpp
  183   BR.EmitBasicReport(DeclWithIssue, Checker, desc, "LLVM Conventions", desc,
  287   BR.EmitBasicReport(Root, Checker, "AST node allocates heap memory",
tools/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
 1186   BR.EmitBasicReport(MD, Checker, "Context Missing",
 1384   BR.EmitBasicReport(AC->getDecl(), Checker, "Plural Misuse",
tools/clang/lib/StaticAnalyzer/Checkers/MallocOverflowSecurityChecker.cpp
  286     BR.EmitBasicReport(
tools/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp
  240         BR.EmitBasicReport(D, this, "Allocator sizeof operand mismatch",
tools/clang/lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp
   76     BR.EmitBasicReport(D, this, "Bad return type when passing NSError**",
  123     BR.EmitBasicReport(D, this, "Bad return type when passing CFErrorRef*",
tools/clang/lib/StaticAnalyzer/Checkers/NumberObjectConversionChecker.cpp
  188   BR.EmitBasicReport(
tools/clang/lib/StaticAnalyzer/Checkers/OSObjectCStyleCast.cpp
   48   BR.EmitBasicReport(
tools/clang/lib/StaticAnalyzer/Checkers/ObjCAutoreleaseWriteChecker.cpp
  135   BR.EmitBasicReport(
tools/clang/lib/StaticAnalyzer/Checkers/ObjCContainersASTChecker.cpp
  144     BR.EmitBasicReport(AC->getDecl(), Checker, OsName.str(),
tools/clang/lib/StaticAnalyzer/Checkers/ObjCMissingSuperCallChecker.cpp
  208         BR.EmitBasicReport(MD, this, Name, categories::CoreFoundationObjectiveC,
tools/clang/lib/StaticAnalyzer/Checkers/ObjCPropertyChecker.cpp
   72   BR.EmitBasicReport(
tools/clang/lib/StaticAnalyzer/Checkers/ObjCUnusedIVarsChecker.cpp
  165       BR.EmitBasicReport(D, Checker, "Unused instance variable", "Optimization",
tools/clang/lib/StaticAnalyzer/Checkers/PointerIterationChecker.cpp
   52   BR.EmitBasicReport(ADC->getDecl(), Checker,
tools/clang/lib/StaticAnalyzer/Checkers/PointerSortingChecker.cpp
   52   BR.EmitBasicReport(ADC->getDecl(), Checker,
tools/clang/lib/StaticAnalyzer/Checkers/RunLoopAutoreleaseLeakChecker.cpp
  116   BR.EmitBasicReport(ADC->getDecl(), Checker,
tools/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp
  172     B.EmitBasicReport(D, this, "Unreachable code", "Dead code",
tools/clang/unittests/StaticAnalyzer/RegisterCustomCheckersTest.cpp
   75     BR.EmitBasicReport(D, this, "Custom diagnostic", categories::LogicError,