Home
last modified time | relevance | path

Searched defs:getBugReporter (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h105 BugReporter &getBugReporter() { getBugReporter() function
H A DExprEngine.h210 BugReporter &getBugReporter() { return BR; } in getBugReporter() function
/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h726 PathSensitiveBugReporter& getBugReporter() { return BR; } in getBugReporter() function
727 const PathSensitiveBugReporter &getBugReporter() const { return BR; } in getBugReporter() function