clang 22.0.0git
|
#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. |
Definition at line 54 of file LiveVariables.h.
|
inlinevirtual |
Definition at line 57 of file LiveVariables.h.
|
inlinevirtual |
A callback invoked right before invoking the liveness transfer function on the given statement.
Definition at line 61 of file LiveVariables.h.
References V.