Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h42 RefCountBugKind getBugType() const { return BT; } in getBugType() function
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h149 const BugType& getBugType() const { return BT; } in getBugType() function
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DPathDiagnostic.h838 StringRef getBugType() const { return BugType; } in getBugType() function
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp122 const std::unique_ptr<BugType> &getBugType(CheckKind Kind) const { in getBugType() function in __anon0e3a3a9c0111::NullabilityChecker