clang 19.0.0git
Public Member Functions | Public Attributes | List of all members
clang::ento::bugreporter::Tracker::Result Struct Reference

Describes a tracking result with the most basic information of what was actually done (or not done). More...

#include "clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h"

Public Member Functions

void combineWith (const Result &Other)
 Combines the current result with the given result.
 

Public Attributes

bool FoundSomethingToTrack = false
 Usually it means that the tracker added visitors.
 
bool WasInterrupted = false
 Signifies that the tracking was interrupted at some point.
 

Detailed Description

Describes a tracking result with the most basic information of what was actually done (or not done).

Definition at line 197 of file BugReporterVisitors.h.

Member Function Documentation

◆ combineWith()

void clang::ento::bugreporter::Tracker::Result::combineWith ( const Result Other)
inline

Combines the current result with the given result.

Definition at line 205 of file BugReporterVisitors.h.

References FoundSomethingToTrack, clang::Other, and WasInterrupted.

Referenced by clang::ento::bugreporter::Tracker::track().

Member Data Documentation

◆ FoundSomethingToTrack

bool clang::ento::bugreporter::Tracker::Result::FoundSomethingToTrack = false

Usually it means that the tracker added visitors.

Definition at line 199 of file BugReporterVisitors.h.

Referenced by combineWith().

◆ WasInterrupted

bool clang::ento::bugreporter::Tracker::Result::WasInterrupted = false

Signifies that the tracking was interrupted at some point.

Usually this information is important only for sub-trackers.

Definition at line 202 of file BugReporterVisitors.h.

Referenced by combineWith(), and clang::ento::bugreporter::Tracker::track().


The documentation for this struct was generated from the following file: