clang  8.0.0
Public Member Functions | List of all members
clang::ento::retaincountchecker::Leak Class Reference
Inheritance diagram for clang::ento::retaincountchecker::Leak:
[legend]
Collaboration diagram for clang::ento::retaincountchecker::Leak:
[legend]

Public Member Functions

 Leak (const CheckerBase *checker, StringRef name)
 
const char * getDescription () const override
 
bool isLeak () const override
 
- Public Member Functions inherited from clang::ento::BugType
 BugType (CheckName Check, StringRef Name, StringRef Cat)
 
 BugType (const CheckerBase *Checker, StringRef Name, StringRef Cat)
 
virtual ~BugType ()=default
 
StringRef getName () const
 
StringRef getCategory () const
 
StringRef getCheckName () const
 
bool isSuppressOnSink () const
 isSuppressOnSink - Returns true if bug reports associated with this bug type should be suppressed if the end node of the report is post-dominated by a sink node. More...
 
void setSuppressOnSink (bool x)
 

Additional Inherited Members

- Protected Member Functions inherited from clang::ento::retaincountchecker::RefCountBug
 RefCountBug (const CheckerBase *checker, StringRef name)
 

Detailed Description

Definition at line 93 of file RetainCountChecker.cpp.

Constructor & Destructor Documentation

◆ Leak()

clang::ento::retaincountchecker::Leak::Leak ( const CheckerBase checker,
StringRef  name 
)
inline

Definition at line 95 of file RetainCountChecker.cpp.

Member Function Documentation

◆ getDescription()

const char* clang::ento::retaincountchecker::Leak::getDescription ( ) const
inlineoverridevirtual

◆ isLeak()

bool clang::ento::retaincountchecker::Leak::isLeak ( ) const
inlineoverridevirtual

Reimplemented from clang::ento::retaincountchecker::RefCountBug.

Definition at line 102 of file RetainCountChecker.cpp.


The documentation for this class was generated from the following file: