Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
HDRetainCountDiagnostics.h42 RefCountBugKind getBugType() const { return BT; } in getBugType() function
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
HDBugReporter.h149 const BugType& getBugType() const { return BT; } in getBugType() function
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
HDPathDiagnostic.h841 StringRef getBugType() const { return BugType; } in getBugType() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDNullabilityChecker.cpp128 const std::unique_ptr<BugType> &getBugType(CheckKind Kind) const { in getBugType() function in __anon593df5250111::NullabilityChecker