Home
last modified time | relevance | path

Searched defs:getBugType (Results 1 – 2 of 2) 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