Home
last modified time | relevance | path

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

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