clang 22.0.0git
clang::reachable_code::Callback Class Referenceabstract

#include "clang/Analysis/Analyses/ReachableCode.h"

Public Member Functions

virtual ~Callback ()
virtual void HandleUnreachable (UnreachableKind UK, SourceLocation L, SourceRange ConditionVal, SourceRange R1, SourceRange R2, bool HasFallThroughAttr)=0

Detailed Description

Definition at line 47 of file ReachableCode.h.

Constructor & Destructor Documentation

◆ ~Callback()

virtual clang::reachable_code::Callback::~Callback ( )
inlinevirtual

Definition at line 50 of file ReachableCode.h.

Member Function Documentation

◆ HandleUnreachable()

virtual void clang::reachable_code::Callback::HandleUnreachable ( UnreachableKind UK,
SourceLocation L,
SourceRange ConditionVal,
SourceRange R1,
SourceRange R2,
bool HasFallThroughAttr )
pure virtual

The documentation for this class was generated from the following files: