Home
last modified time | relevance | path

Searched refs:RefCountBugKind (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h29 enum RefCountBugKind { enum
39 RefCountBug(CheckerNameRef Checker, RefCountBugKind BT);
42 RefCountBugKind getBugType() const { return BT; } in getBugType()
45 RefCountBugKind BT;
46 static StringRef bugTypeToName(RefCountBugKind BT);
H A DRetainCountDiagnostics.cpp24 StringRef RefCountBug::bugTypeToName(RefCountBug::RefCountBugKind BT) { in bugTypeToName()
69 RefCountBug::RefCountBug(CheckerNameRef Checker, RefCountBugKind BT) in RefCountBug()