clang 24.0.0git
clang::LiveVariables::Observer Class Reference

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

Public Member Functions

virtual ~Observer ()
virtual void observeStmt (const Stmt *S, const CFGBlock *currentBlock, const LivenessValues &V)
 A callback invoked right before invoking the liveness transfer function on the given statement.

Detailed Description

Definition at line 59 of file LiveVariables.h.

Constructor & Destructor Documentation

◆ ~Observer()

virtual clang::LiveVariables::Observer::~Observer ( )
inlinevirtual

Definition at line 62 of file LiveVariables.h.

Member Function Documentation

◆ observeStmt()

virtual void clang::LiveVariables::Observer::observeStmt ( const Stmt * S,
const CFGBlock * currentBlock,
const LivenessValues & V )
inlinevirtual

A callback invoked right before invoking the liveness transfer function on the given statement.

Definition at line 66 of file LiveVariables.h.

References V.


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