Home
last modified time | relevance | path

Searched refs:getBugType (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h177 const BugType& getBugType() const { return BT; } in getBugType() function
178 BugType& getBugType() { return BT; } in getBugType() function
DPathDiagnostic.h797 StringRef getBugType() const { return BugType; } in getBugType() function
/external/clang/lib/StaticAnalyzer/Core/
DPlistDiagnostics.cpp389 EmitString(o, D->getBugType()) << '\n'; in FlushDiagnosticsImpl()
401 EmitString(o, GetIssueHash(*SM, L, D->getCheckName(), D->getBugType(), in FlushDiagnosticsImpl()
DHTMLDiagnostics.cpp236 StringRef BugType = D.getBugType(); in ReportDiag()
258 << GetIssueHash(SMgr, L, D.getCheckName(), D.getBugType(), DeclWithIssue, in ReportDiag()
DPathDiagnostic.cpp381 if (X.getBugType() != Y.getBugType()) in compare()
382 return X.getBugType() < Y.getBugType(); in compare()
DBugReporter.cpp3252 BugType& BT = R->getBugType(); in emitReport()
3286 BugType& BT = I->getBugType(); in FindReportInEquivalenceClass()
3395 BugType& BT = exampleReport->getBugType(); in FlushReport()
3398 exampleReport->getBugType().getCheckName(), in FlushReport()
3399 exampleReport->getDeclWithIssue(), exampleReport->getBugType().getName(), in FlushReport()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1816 const CFRefBug& BugTy = static_cast<CFRefBug&>(getBugType()); in getRanges()