Searched refs:getCheckName (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | Checker.cpp | 23 return getCheckName().getName(); in getTagDescription() 26 CheckName CheckerBase::getCheckName() const { return Name; } in getCheckName() function in CheckerBase 34 : SimpleProgramPointTag(Checker->getCheckName().getName(), Msg) {} in CheckerProgramPointTag() 38 Out << Checker.getCheckName().getName(); in operator <<()
|
| H A D | SarifDiagnostics.cpp | 243 auto Iter = RuleMapping.find(Diag.getCheckName()); in createResult() 254 {"ruleId", Diag.getCheckName()}}; in createResult() 280 StringRef CheckName = Diag.getCheckName(); in createRule() 299 StringRef RuleID = D->getCheckName(); in createRules()
|
| H A D | PlistDiagnostics.cpp | 593 EmitString(o, D->getCheckName()) << '\n'; in FlushDiagnosticsImpl() 603 EmitString(o, GetIssueHash(SM, L, D->getCheckName(), D->getBugType(), in FlushDiagnosticsImpl()
|
| H A D | HTMLDiagnostics.cpp | 558 << GetIssueHash(SMgr, L, D.getCheckName(), D.getBugType(), DeclWithIssue, in FinalizeHTML()
|
| H A D | BugReporter.cpp | 1252 R->getBugType().getCheckName(), R->getDeclWithIssue(), in generateEmptyDiagnosticForReport() 3114 EmitBasicReport(DeclWithIssue, Checker->getCheckName(), Name, Category, Str, in EmitBasicReport()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugType.h | 45 : Check(Checker->getCheckName()), Name(Name), Category(Cat), in BugType() 51 StringRef getCheckName() const { in getCheckName() function 58 Checker ? Checker->getCheckName().getName() : Check.getName(); in getCheckName()
|
| H A D | PathDiagnostic.h | 846 StringRef getCheckName() const { return CheckName; } in getCheckName() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ExprInspectionChecker.cpp | 304 GetIssueString(SM, FL, getCheckName().getName(), "Category", in analyzerHashDump()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Checker.h | 497 CheckName getCheckName() const;
|