Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h648 StringRef BugCategory, StringRef BugStr,
654 StringRef BugName, StringRef BugCategory,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp664 StringRef BugCategory = D.getCategory(); in FinalizeHTML() local
665 if (!BugCategory.empty()) in FinalizeHTML()
666 os << "\n<!-- BUGCATEGORY " << BugCategory << " -->\n"; in FinalizeHTML()