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.h159 const BugType& getBugType() const { return BT; } in getBugType() function
160 BugType& getBugType() { return BT; } in getBugType() function
DPathDiagnostic.h711 StringRef getBugType() const { return BugType; } in getBugType() function
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp311 if (X.getBugType() != Y.getBugType()) in compare()
312 return X.getBugType() < Y.getBugType(); in compare()
DBugReporter.cpp1956 BugType& BT = R->getBugType(); in EmitReport()
1991 BugType& BT = I->getBugType(); in FindReportInEquivalenceClass()
2102 BugType& BT = exampleReport->getBugType(); in FlushReport()
2106 exampleReport->getBugType().getName(), in FlushReport()
DHTMLDiagnostics.cpp216 StringRef BugType = D.getBugType(); in ReportDiag()
DPlistDiagnostics.cpp450 EmitString(o, D->getBugType()) << '\n'; in FlushDiagnosticsImpl()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1807 const CFRefBug& BugTy = static_cast<CFRefBug&>(getBugType()); in getRanges()