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

Definitions

tools/clang/lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp
   69   void checkPostStmt(const CastExpr *CE, CheckerContext &C) const {
   81   void checkPostStmt(const ArraySubscriptExpr *SubExpr,
   92   void checkPostStmt(const CXXNewExpr *NE, CheckerContext &C) const {
  102   void checkPostStmt(const OffsetOfExpr *OOE, CheckerContext &C) const {
tools/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp
  319 void NilArgChecker::checkPostStmt(const ObjCArrayLiteral *AL,
  327 void NilArgChecker::checkPostStmt(const ObjCDictionaryLiteral *DL,
  976 void ObjCLoopChecker::checkPostStmt(const ObjCForCollectionStmt *FCS,
 1161   void checkPostStmt(const ObjCArrayLiteral *E, CheckerContext &C) const {
 1164   void checkPostStmt(const ObjCDictionaryLiteral *E, CheckerContext &C) const {
 1167   void checkPostStmt(const ObjCBoxedExpr *E, CheckerContext &C) const {
tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypeChecker.cpp
  154 void DynamicTypeChecker::checkPostStmt(const ImplicitCastExpr *CE,
tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
  292 void DynamicTypePropagation::checkPostStmt(const CXXNewExpr *NewE,
  520 void DynamicTypePropagation::checkPostStmt(const CastExpr *CE,
tools/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
  455 void GenericTaintChecker::checkPostStmt(const CallExpr *CE,
tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
  765 void IteratorChecker::checkPostStmt(const MaterializeTemporaryExpr *MTE,
tools/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
  994 void NonLocalizedStringChecker::checkPostStmt(const ObjCStringLiteral *SL,
tools/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
  402 void MacOSKeychainAPIChecker::checkPostStmt(const CallExpr *CE,
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 1055 void MallocChecker::checkPostStmt(const CallExpr *CE, CheckerContext &C) const {
 1361 void MallocChecker::checkPostStmt(const CXXNewExpr *NE,
 2766 void MallocChecker::checkPostStmt(const BlockExpr *BE,
tools/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
  931 void NullabilityChecker::checkPostStmt(const ExplicitCastExpr *CE,
tools/clang/lib/StaticAnalyzer/Checkers/ObjCContainersChecker.cpp
   86 void ObjCContainersChecker::checkPostStmt(const CallExpr *CE,
tools/clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp
  196 void ObjCSelfInitChecker::checkPostStmt(const ObjCIvarRefExpr *E,
tools/clang/lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp
  217 void PointerArithChecker::checkPostStmt(const CallExpr *CE,
  240 void PointerArithChecker::checkPostStmt(const CXXNewExpr *NE,
  257 void PointerArithChecker::checkPostStmt(const CastExpr *CE,
tools/clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp
  109 void PthreadLockChecker::checkPostStmt(const CallExpr *CE,
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
  146 void RetainCountChecker::checkPostStmt(const BlockExpr *BE,
  182 void RetainCountChecker::checkPostStmt(const CastExpr *CE,
  259 void RetainCountChecker::checkPostStmt(const ObjCArrayLiteral *AL,
  265 void RetainCountChecker::checkPostStmt(const ObjCDictionaryLiteral *DL,
  271 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex,
  285 void RetainCountChecker::checkPostStmt(const ObjCIvarRefExpr *IRE,
tools/clang/lib/StaticAnalyzer/Checkers/TaintTesterChecker.cpp
   46 void TaintTesterChecker::checkPostStmt(const Expr *E,
tools/clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp
   51 UndefCapturedBlockVarChecker::checkPostStmt(const BlockExpr *BE,
tools/clang/lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp
   75 void UndefResultChecker::checkPostStmt(const BinaryOperator *B,