Searched refs:bugTypeToName (Results 1 – 2 of 2) sorted by relevance
46 static StringRef bugTypeToName(RefCountBugKind BT);
24 StringRef RefCountBug::bugTypeToName(RefCountBug::RefCountBugKind BT) { in bugTypeToName() function in RefCountBug70 : BugType(Checker, bugTypeToName(BT), categories::MemoryRefCount, in RefCountBug()