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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp1 //==-- RetainCountChecker.cpp - Checks for leaks and other issues -*- C++ -*--//
9 // This file defines the methods for RetainCountChecker, which implements
14 #include "RetainCountChecker.h"
146 void RetainCountChecker::checkPostStmt(const BlockExpr *BE,
182 void RetainCountChecker::checkPostStmt(const CastExpr *CE,
229 void RetainCountChecker::processObjCLiterals(CheckerContext &C,
259 void RetainCountChecker::checkPostStmt(const ObjCArrayLiteral *AL,
265 void RetainCountChecker::checkPostStmt(const ObjCDictionaryLiteral *DL,
271 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex,
285 void RetainCountChecker
[all...]
H A DRetainCountChecker.h1 //==--- RetainCountChecker.h - Checks for leaks and other issues -*- C++ -*--//
9 // This file defines the methods for RetainCountChecker, which implements
238 class RetainCountChecker class in namespace:clang::ento::retaincountchecker
278 RetainCountChecker() {}; function in class:clang::ento::retaincountchecker::RetainCountChecker
/freebsd-12-stable/lib/clang/libclang/
H A DMakefile596 SRCS_FUL+= StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
597 SRCS_FUL+= StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp

Completed in 59 milliseconds