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.h794 StringRef getBugType() const { return BugType; } in getBugType() function
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp385 if (X.getBugType() != Y.getBugType()) in compare()
386 return X.getBugType() < Y.getBugType(); in compare()
DPlistDiagnostics.cpp389 EmitString(o, D->getBugType()) << '\n'; in FlushDiagnosticsImpl()
DHTMLDiagnostics.cpp234 StringRef BugType = D.getBugType(); in ReportDiag()
DBugReporter.cpp3274 BugType& BT = R->getBugType(); in emitReport()
3309 BugType& BT = I->getBugType(); in FindReportInEquivalenceClass()
3418 BugType& BT = exampleReport->getBugType(); in FlushReport()
3421 exampleReport->getBugType().getCheckName(), in FlushReport()
3422 exampleReport->getDeclWithIssue(), exampleReport->getBugType().getName(), in FlushReport()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1766 const CFRefBug& BugTy = static_cast<CFRefBug&>(getBugType()); in getRanges()