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

Definitions

tools/clang/lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp
  116   void checkPostCall(const CallEvent &Call, CheckerContext &C) const {
tools/clang/lib/StaticAnalyzer/Checkers/BlockInCriticalSectionChecker.cpp
  143 void BlockInCriticalSectionChecker::checkPostCall(const CallEvent &Call,
tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
  188 void DynamicTypePropagation::checkPostCall(const CallEvent &Call,
tools/clang/lib/StaticAnalyzer/Checkers/GTestChecker.cpp
  181 void GTestChecker::checkPostCall(const CallEvent &Call,
tools/clang/lib/StaticAnalyzer/Checkers/InnerPointerChecker.cpp
  194 void InnerPointerChecker::checkPostCall(const CallEvent &Call,
tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
  558 void IteratorChecker::checkPostCall(const CallEvent &Call,
tools/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
  923 void NonLocalizedStringChecker::checkPostCall(const CallEvent &Call,
tools/clang/lib/StaticAnalyzer/Checkers/MIGChecker.cpp
  181 void MIGChecker::checkPostCall(const CallEvent &Call, CheckerContext &C) const {
tools/clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp
  442 void MoveChecker::checkPostCall(const CallEvent &Call,
tools/clang/lib/StaticAnalyzer/Checkers/NoReturnFunctionChecker.cpp
   40 void NoReturnFunctionChecker::checkPostCall(const CallEvent &CE,
tools/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
  742 void NullabilityChecker::checkPostCall(const CallEvent &Call,
tools/clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp
  265 void ObjCSelfInitChecker::checkPostCall(const CallEvent &CE,
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
  363 void RetainCountChecker::checkPostCall(const CallEvent &Call,
tools/clang/lib/StaticAnalyzer/Checkers/ReturnValueChecker.cpp
   84 void ReturnValueChecker::checkPostCall(const CallEvent &Call,
tools/clang/lib/StaticAnalyzer/Checkers/SimpleStreamChecker.cpp
  117 void SimpleStreamChecker::checkPostCall(const CallEvent &Call,
tools/clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
  339 void StdLibraryFunctionsChecker::checkPostCall(const CallEvent &Call,
tools/clang/lib/StaticAnalyzer/Checkers/TraversalChecker.cpp
   95 void CallDumper::checkPostCall(const CallEvent &Call, CheckerContext &C) const {
tools/clang/lib/StaticAnalyzer/Checkers/TrustNonnullChecker.cpp
   81   void checkPostCall(const CallEvent &Call, CheckerContext &C) const {
tools/clang/lib/StaticAnalyzer/Checkers/VforkChecker.cpp
  142 void VforkChecker::checkPostCall(const CallEvent &Call,