class BugReporterContext
Declaration
class BugReporterContext { /* full declaration omitted */ };
Declared at: clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h:701
Member Variables
- private clang::ento::PathSensitiveBugReporter& BR
Method Overview
- public BugReporterContext(clang::ento::PathSensitiveBugReporter & br)
- private virtual void anchor()
- public clang::ASTContext & getASTContext() const
- public const clang::AnalyzerOptions & getAnalyzerOptions() const
- public clang::ento::PathSensitiveBugReporter & getBugReporter()
- public const clang::SourceManager & getSourceManager() const
- public clang::ento::ProgramStateManager & getStateManager() const
- public virtual ~BugReporterContext()
Methods
¶BugReporterContext(
clang::ento::PathSensitiveBugReporter& br)
BugReporterContext(
clang::ento::PathSensitiveBugReporter& br)
Declared at: clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h:707
Parameters
¶virtual void anchor()
virtual void anchor()
Declared at: clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h:704
¶clang::ASTContext& getASTContext() const
clang::ASTContext& getASTContext() const
Declared at: clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h:717
¶const clang::AnalyzerOptions& getAnalyzerOptions()
const
const clang::AnalyzerOptions& getAnalyzerOptions()
const
Declared at: clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h:725
¶clang::ento::PathSensitiveBugReporter&
getBugReporter()
clang::ento::PathSensitiveBugReporter&
getBugReporter()
Declared at: clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h:711
¶const clang::SourceManager& getSourceManager()
const
const clang::SourceManager& getSourceManager()
const
Declared at: clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h:721
¶clang::ento::ProgramStateManager&
getStateManager() const
clang::ento::ProgramStateManager&
getStateManager() const
Declared at: clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h:713
¶virtual ~BugReporterContext()
virtual ~BugReporterContext()
Declared at: clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h:709