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
2399 class RetainCountChecker class in namespace:__anon18232
2436 RetainCountChecker(AnalyzerOptions &AO) function in class:__anon18232::RetainCountChecker
2440 virtual ~RetainCountChecker() {
2640 void RetainCountChecker::checkPostStmt(const BlockExpr *BE,
2680 void RetainCountChecker::checkPostStmt(const CastExpr *CE,
2720 void RetainCountChecker::processObjCLiterals(CheckerContext &C,
2751 void RetainCountChecker::checkPostStmt(const ObjCArrayLiteral *AL,
2757 void RetainCountChecker
[all...]

Completed in 60 milliseconds