Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h650 BugType *getBugTypeForName(CheckerNameRef CheckerName, StringRef name,
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3337 BugType *BT = getBugTypeForName(CheckName, name, category); in EmitBasicReport()
3347 BugType *BugReporter::getBugTypeForName(CheckerNameRef CheckName, in getBugTypeForName() function in BugReporter