Searched refs:getCheckerName (Results 1 – 8 of 8) sorted by relevance
/freebsd/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 | 152 StringRef CheckName = D->getCheckerName(); in createRuleMapping() 171 StringRef CheckName = Diag->getCheckerName(); in createResult()
|
H A D | TextDiagnostics.cpp | 91 ? " [" + PD->getCheckerName() + "]" in FlushDiagnosticsImpl()
|
H A D | CheckerManager.cpp | 690 EvalCallChecker.Checker->getCheckerName()); in runCheckersForEvalCall() 695 evaluatorChecker = EvalCallChecker.Checker->getCheckerName(); in runCheckersForEvalCall() 767 << "{ \"checker\": \"" << CT.second->getCheckerName().getName() in runCheckersForPrintStateJson()
|
H A D | BugReporter.cpp | 1340 BT.getCheckerName(), R->getDeclWithIssue(), BT.getDescription(), in generateDiagnosticForBasicReport() 1352 BT.getCheckerName(), R->getDeclWithIssue(), BT.getDescription(), in generateEmptyDiagnosticForReport() 2154 bt.getCheckerName()) && in PathSensitiveBugReport() 2159 assert((bt.getCheckerName().starts_with("debug") || in PathSensitiveBugReport() 2164 bt.getCheckerName())) && in PathSensitiveBugReport() 3110 if (report->getBugType().getCheckerName().starts_with(CheckerOrPackage)) in FlushReport() 3368 EmitBasicReport(DeclWithIssue, Checker->getCheckerName(), Name, Category, Str, in EmitBasicReport()
|
H A D | HTMLDiagnostics.cpp | 259 return getIssueHash(L, D.getCheckerName(), D.getBugType(), in getIssueHash()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | PathDiagnostic.h | 840 StringRef getCheckerName() const { return CheckerName; } in getCheckerName() function
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | GenericTaintChecker.cpp | 1048 static CheckerProgramPointTag Tag(BT->getCheckerName(), Msg); in generateReportIfTainted()
|