Searched refs:getCheckerName (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | Checker.cpp | 22 return getCheckerName().getName(); in getTagDescription() 25 CheckerNameRef CheckerBase::getCheckerName() const { return Name; } in getCheckerName() function in CheckerBase 33 : SimpleProgramPointTag(Checker->getCheckerName().getName(), Msg) {} in CheckerProgramPointTag() 37 Out << Checker.getCheckerName().getName(); in operator <<()
|
| H A D | SarifDiagnostics.cpp | 288 auto Iter = RuleMapping.find(Diag.getCheckerName()); in createResult() 300 {"ruleId", Diag.getCheckerName()}}; in createResult() 326 StringRef CheckName = Diag.getCheckerName(); in createRule() 345 StringRef RuleID = D->getCheckerName(); in createRules()
|
| H A D | TextDiagnostics.cpp | 94 ? " [" + PD->getCheckerName() + "]" in FlushDiagnosticsImpl()
|
| H A D | BugReporter.cpp | 1318 BT.getCheckerName(), R->getDeclWithIssue(), BT.getDescription(), in generateDiagnosticForBasicReport() 1329 BT.getCheckerName(), R->getDeclWithIssue(), BT.getDescription(), in generateEmptyDiagnosticForReport() 2133 bt.getCheckerName()) && in PathSensitiveBugReport() 2139 (bt.getCheckerName().startswith("debug") || in PathSensitiveBugReport() 2144 bt.getCheckerName())) && in PathSensitiveBugReport() 3064 if (report->getBugType().getCheckerName().startswith( in FlushReport() 3314 EmitBasicReport(DeclWithIssue, Checker->getCheckerName(), Name, Category, Str, in EmitBasicReport()
|
| H A D | PlistDiagnostics.cpp | 697 EmitString(o, D->getCheckerName()) << '\n'; in FlushDiagnosticsImpl() 707 EmitString(o, getIssueHash(L, D->getCheckerName(), D->getBugType(), in FlushDiagnosticsImpl()
|
| H A D | CheckerManager.cpp | 752 << "{ \"checker\": \"" << CT.second->getCheckerName().getName() in runCheckersForPrintStateJson()
|
| H A D | HTMLDiagnostics.cpp | 607 << getIssueHash(L, D.getCheckerName(), D.getBugType(), DeclWithIssue, in FinalizeHTML()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugType.h | 46 : CheckerName(Checker->getCheckerName()), Description(Name), 52 StringRef getCheckerName() const { in getCheckerName() function 58 StringRef Ret = Checker ? Checker->getCheckerName() : CheckerName; in getCheckerName()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Checker.h | 498 CheckerNameRef getCheckerName() const;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ExprInspectionChecker.cpp | 393 getIssueString(FL, getCheckerName().getName(), "Category", in analyzerHashDump()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | PathDiagnostic.h | 840 StringRef getCheckerName() const { return CheckerName; } in getCheckerName() function
|