Searched defs:BugType (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h29 class BugType { class in namespace:clang::ento
40 BugType(CheckerNameRef CheckerName, StringRef Name, StringRef Cat, function in class:clang::ento::BugType
44 BugType(const CheckerBase *Checker, StringRef Name, StringRef Cat, function in class:clang::ento::BugType
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DIssueHash.cpp182 GetIssueString(const SourceManager &SM, FullSourceLoc &IssueLoc, StringRef CheckerName, StringRef BugType, const Decl *D, const LangOptions &LangOpts) argument
196 GetIssueHash(const SourceManager &SM, FullSourceLoc &IssueLoc, StringRef CheckerName, StringRef BugType, const Decl *D, const LangOptions &LangOpts) argument
H A DHTMLDiagnostics.cpp563 StringRef BugType = D.getBugType(); local
565 os << "\n<!-- BUGTYPE " << BugType << " -->\n"; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp214 const char *BugType = nullptr; local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h730 std::string BugType; member in class:clang::ento::PathDiagnostic

Completed in 59 milliseconds