Home
last modified time | relevance | path

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

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