Searched refs:RefCountBugKind (Results 1 – 2 of 2) sorted by relevance
29 enum RefCountBugKind { enum39 RefCountBug(CheckerNameRef Checker, RefCountBugKind BT);42 RefCountBugKind getBugType() const { return BT; } in getBugType()45 RefCountBugKind BT;46 static StringRef bugTypeToName(RefCountBugKind BT);
24 StringRef RefCountBug::bugTypeToName(RefCountBug::RefCountBugKind BT) { in bugTypeToName()69 RefCountBug::RefCountBug(CheckerNameRef Checker, RefCountBugKind BT) in RefCountBug()