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

Methods

BugReporterContext(
    clang::ento::PathSensitiveBugReporter& br)

Declared at: clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h:707

Parameters

clang::ento::PathSensitiveBugReporter& br

virtual void anchor()

Declared at: clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h:704

clang::ASTContext& getASTContext() const

Declared at: clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h:717

const clang::AnalyzerOptions& getAnalyzerOptions()
    const

Declared at: clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h:725

clang::ento::PathSensitiveBugReporter&
getBugReporter()

Declared at: clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h:711

const clang::SourceManager& getSourceManager()
    const

Declared at: clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h:721

clang::ento::ProgramStateManager&
getStateManager() const

Declared at: clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h:713

virtual ~BugReporterContext()

Declared at: clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h:709