class PreStmtPurgeDeadSymbols
Declaration
class PreStmtPurgeDeadSymbols : public StmtPoint { /* full declaration omitted */ };
Description
Represents a point after we ran remove dead bindings BEFORE processing the given statement.
Declared at: clang/include/clang/Analysis/ProgramPoint.h:472
Inherits from: StmtPoint
Member Variables
Method Overview
- public PreStmtPurgeDeadSymbols(const clang::Stmt * S, const clang::LocationContext * L, const clang::ProgramPointTag * tag = nullptr)
- private PreStmtPurgeDeadSymbols()
- private static bool isKind(const clang::ProgramPoint & Location)
Inherited from StmtPoint:
Inherited from ProgramPoint:
- public Profile
- public castAs
- public dump
- public getAs
- protected getData1
- protected getData2
- public getHashValue
- public getKind
- public getLocationContext
- public getProgramPoint
- public getStackFrame
- public getTag
- public isPurgeKind
- public printJson
- protected setData2
- public withTag
Methods
¶PreStmtPurgeDeadSymbols(
const clang::Stmt* S,
const clang::LocationContext* L,
const clang::ProgramPointTag* tag = nullptr)
PreStmtPurgeDeadSymbols(
const clang::Stmt* S,
const clang::LocationContext* L,
const clang::ProgramPointTag* tag = nullptr)
Declared at: clang/include/clang/Analysis/ProgramPoint.h:474
Parameters
- const clang::Stmt* S
- const clang::LocationContext* L
- const clang::ProgramPointTag* tag = nullptr
¶PreStmtPurgeDeadSymbols()
PreStmtPurgeDeadSymbols()
Declared at: clang/include/clang/Analysis/ProgramPoint.h:480
¶static bool isKind(
const clang::ProgramPoint& Location)
static bool isKind(
const clang::ProgramPoint& Location)
Declared at: clang/include/clang/Analysis/ProgramPoint.h:481
Parameters
- const clang::ProgramPoint& Location