Home
last modified time | relevance | path

Searched defs:getBugType (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h177 const BugType& getBugType() const { return BT; } in getBugType() function
178 BugType& getBugType() { return BT; } in getBugType() function
H A DPathDiagnostic.h794 StringRef getBugType() const { return BugType; } in getBugType() function