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

Definitions

tools/clang/lib/StaticAnalyzer/Checkers/ArrayBoundChecker.cpp
   25 class ArrayBoundChecker :
tools/clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp
   31 class ArrayBoundCheckerV2 :
tools/clang/lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp
   29 class DereferenceChecker
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
  329 class MallocChecker
tools/clang/lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp
  151 class NSOrCFErrorDerefChecker
tools/clang/lib/StaticAnalyzer/Checkers/NonnullGlobalConstantsChecker.cpp
   35 class NonnullGlobalConstantsChecker : public Checker<check::Location> {
tools/clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp
   57 class ObjCSelfInitChecker : public Checker<  check::PostObjCMessage,
tools/clang/lib/StaticAnalyzer/Checkers/ObjCSuperDeallocChecker.cpp
   26 class ObjCSuperDeallocChecker
tools/clang/unittests/StaticAnalyzer/RegisterCustomCheckersTest.cpp
   87 class LocIncDecChecker : public Checker<check::Location> {