class TrackingBugReporterVisitor

Declaration

class TrackingBugReporterVisitor : public BugReporterVisitor { /* full declaration omitted */ };

Description

Visitor that tracks expressions and values.

Declared at: clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h:341

Inherits from: BugReporterVisitor

Member Variables

private clang::ento::bugreporter::TrackerRef ParentTracker

Method Overview

Inherited from BugReporterVisitor:

Inherited from FoldingSetBase::Node:

Methods

TrackingBugReporterVisitor(
    clang::ento::bugreporter::TrackerRef
        ParentTracker)

Declared at: clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h:346

Parameters

clang::ento::bugreporter::TrackerRef ParentTracker

clang::ento::bugreporter::Tracker&
getParentTracker()

Declared at: clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h:349