Searched refs:getCheckName (Results 1 – 13 of 13) sorted by relevance
/external/clang/lib/StaticAnalyzer/Core/ |
D | Checker.cpp | 21 return getCheckName().getName(); in getTagDescription() 24 CheckName CheckerBase::getCheckName() const { return Name; } in getCheckName() function in CheckerBase 32 : SimpleProgramPointTag(Checker->getCheckName().getName(), Msg) {} in CheckerProgramPointTag() 36 Out << Checker.getCheckName().getName(); in operator <<()
|
D | PlistDiagnostics.cpp | 391 EmitString(o, D->getCheckName()) << '\n'; in FlushDiagnosticsImpl() 401 EmitString(o, GetIssueHash(*SM, L, D->getCheckName(), D->getBugType(), in FlushDiagnosticsImpl()
|
D | HTMLDiagnostics.cpp | 258 << GetIssueHash(SMgr, L, D.getCheckName(), D.getBugType(), DeclWithIssue, in ReportDiag()
|
D | BugReporter.cpp | 3398 exampleReport->getBugType().getCheckName(), in FlushReport() 3451 EmitBasicReport(DeclWithIssue, Checker->getCheckName(), Name, Category, Str, in EmitBasicReport()
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugType.h | 43 : Check(checker->getCheckName()), Name(name), Category(cat), in BugType() 50 StringRef getCheckName() const { return Check.getName(); } in getCheckName() function
|
D | PathDiagnostic.h | 796 StringRef getCheckName() const { return CheckName; } in getCheckName() function
|
/external/llvm-project/clang-tools-extra/clang-tidy/ |
D | ClangTidyDiagnosticConsumer.h | 126 std::string getCheckName(unsigned DiagnosticID) const;
|
D | ClangTidyDiagnosticConsumer.cpp | 251 std::string ClangTidyContext::getCheckName(unsigned DiagnosticID) const { in getCheckName() function in ClangTidyContext 310 std::string CheckName = Context.getCheckName(DiagID); in IsNOLINTFound() 403 std::string CheckName = Context.getCheckName(Info.getID()); in HandleDiagnostic()
|
/external/xz-java/src/org/tukaani/xz/ |
D | SingleXZInputStream.java | 335 public String getCheckName() { in getCheckName() method in SingleXZInputStream
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DebugCheckers.cpp | 237 GetIssueString(SM, FL, getCheckName().getName(), BT->getCategory(), in checkPostStmt()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | ParsedAST.cpp | 321 std::string CheckName = CTContext->getCheckName(Info.getID()); in build()
|
D | Diagnostics.cpp | 520 std::string TidyDiag = Tidy->getCheckName(Diag.ID); in take()
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
D | Checker.h | 486 CheckName getCheckName() const;
|