Searched refs:CheckerFrontend (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugType.h | 30 using CheckerNameInfo = std::variant<CheckerNameRef, const CheckerFrontend *>; 52 BugType(const CheckerFrontend *Checker, StringRef Desc, 64 return std::get<const CheckerFrontend *>(CheckerName)->getName(); in getCheckerName() 80 class CheckerFrontendWithBugType : public CheckerFrontend, public BugType {
|
| H A D | BugReporter.h | 647 const CheckerFrontend *Checker, StringRef BugName,
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Checker.h | 514 class CheckerFrontend { 541 class CheckerBase : public CheckerFrontend, public CheckerBackend {
|
| H A D | CheckerManager.h | 42 class CheckerFrontend; variable 184 void reportInvalidCheckerOptionValue(const CheckerFrontend *Checker,
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocChecker.cpp | 344 struct NAME : virtual public CheckerFrontend { \ 350 struct Leak : virtual public CheckerFrontend { 370 struct DynMemFrontend : virtual public CheckerFrontend, public BT_PROVIDERS... { 372 if constexpr (std::is_same_v<T, CheckerFrontend> || in getAs() 2393 if constexpr (std::is_same_v<T, CheckerFrontend>) { in getRelevantFrontendAs() 3854 const CheckerFrontend *Frontend = in printState() 3855 getRelevantFrontendAs<CheckerFrontend>(Family); in printState()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerManager.cpp | 52 const CheckerFrontend *Checker, StringRef OptionName, in reportInvalidCheckerOptionValue()
|
| H A D | BugReporter.cpp | 3409 const CheckerFrontend *Checker, in EmitBasicReport()
|