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

/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h29 enum RefCountBugKind { enum in class:clang::ento::retaincountchecker::RefCountBug
39 RefCountBug(CheckerNameRef Checker, RefCountBugKind BT);
42 RefCountBugKind getBugType() const { return BT; }
45 RefCountBugKind BT;
46 static StringRef bugTypeToName(RefCountBugKind BT);
H A DRetainCountDiagnostics.cpp24 StringRef RefCountBug::bugTypeToName(RefCountBug::RefCountBugKind BT) {
43 llvm_unreachable("Unknown RefCountBugKind");
66 llvm_unreachable("Unknown RefCountBugKind");
69 RefCountBug::RefCountBug(CheckerNameRef Checker, RefCountBugKind BT)

Completed in 126 milliseconds