Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
DRetainCountDiagnostics.h42 RefCountBugKind getBugType() const { return BT; } in getBugType() function
/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
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h151 const BugType& getBugType() const { return BT; } in getBugType() function
/external/llvm-project/clang/include/clang/Analysis/
DPathDiagnostic.h843 StringRef getBugType() const { return BugType; } in getBugType() function
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DNullabilityChecker.cpp122 const std::unique_ptr<BugType> &getBugType(CheckKind Kind) const { in getBugType() function in __anone4472b830111::NullabilityChecker