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.h788 StringRef getBugType() const { return BugType; } in getBugType() function
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp384 if (X.getBugType() != Y.getBugType()) in compare()
385 return X.getBugType() < Y.getBugType(); in compare()
DHTMLDiagnostics.cpp210 StringRef BugType = D.getBugType(); in ReportDiag()
DPlistDiagnostics.cpp473 EmitString(o, D->getBugType()) << '\n'; in FlushDiagnosticsImpl()
DBugReporter.cpp3229 BugType& BT = R->getBugType(); in emitReport()
3264 BugType& BT = I->getBugType(); in FindReportInEquivalenceClass()
3375 BugType& BT = exampleReport->getBugType(); in FlushReport()
3379 exampleReport->getBugType().getName(), in FlushReport()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1770 const CFRefBug& BugTy = static_cast<CFRefBug&>(getBugType()); in getRanges()