Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h46 static StringRef bugTypeToName(RefCountBugKind BT);
H A DRetainCountDiagnostics.cpp23 StringRef RefCountBug::bugTypeToName(RefCountBug::RefCountBugKind BT) { in bugTypeToName() function in RefCountBug
69 : BugType(Checker, bugTypeToName(BT), categories::MemoryRefCount, in RefCountBug()