Searched defs:RetainCountChecker (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1 //==-- RetainCountChecker.cpp - Checks for leaks and other issues -*- C++ -*--//
10 // This file defines the methods for RetainCountChecker, which implements
2398 class RetainCountChecker class in namespace:__anon15560
2434 RetainCountChecker(AnalyzerOptions &AO) function in class:__anon15560::RetainCountChecker
2438 virtual ~RetainCountChecker() {
2633 void RetainCountChecker::checkPostStmt(const BlockExpr *BE,
2673 void RetainCountChecker::checkPostStmt(const CastExpr *CE,
2713 void RetainCountChecker::processObjCLiterals(CheckerContext &C,
2744 void RetainCountChecker::checkPostStmt(const ObjCArrayLiteral *AL,
2750 void RetainCountChecker
[all...]

Completed in 194 milliseconds