Home
last modified time | relevance | path

Searched refs:getCheckName (Results 1 – 13 of 13) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DChecker.cpp21 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 <<()
DPlistDiagnostics.cpp391 EmitString(o, D->getCheckName()) << '\n'; in FlushDiagnosticsImpl()
401 EmitString(o, GetIssueHash(*SM, L, D->getCheckName(), D->getBugType(), in FlushDiagnosticsImpl()
DHTMLDiagnostics.cpp258 << GetIssueHash(SMgr, L, D.getCheckName(), D.getBugType(), DeclWithIssue, in ReportDiag()
DBugReporter.cpp3398 exampleReport->getBugType().getCheckName(), in FlushReport()
3451 EmitBasicReport(DeclWithIssue, Checker->getCheckName(), Name, Category, Str, in EmitBasicReport()
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugType.h43 : Check(checker->getCheckName()), Name(name), Category(cat), in BugType()
50 StringRef getCheckName() const { return Check.getName(); } in getCheckName() function
DPathDiagnostic.h796 StringRef getCheckName() const { return CheckName; } in getCheckName() function
/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyDiagnosticConsumer.h126 std::string getCheckName(unsigned DiagnosticID) const;
DClangTidyDiagnosticConsumer.cpp251 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/
DSingleXZInputStream.java335 public String getCheckName() { in getCheckName() method in SingleXZInputStream
/external/clang/lib/StaticAnalyzer/Checkers/
DDebugCheckers.cpp237 GetIssueString(SM, FL, getCheckName().getName(), BT->getCategory(), in checkPostStmt()
/external/llvm-project/clang-tools-extra/clangd/
DParsedAST.cpp321 std::string CheckName = CTContext->getCheckName(Info.getID()); in build()
DDiagnostics.cpp520 std::string TidyDiag = Tidy->getCheckName(Diag.ID); in take()
/external/clang/include/clang/StaticAnalyzer/Core/
DChecker.h486 CheckName getCheckName() const;