clang API Documentation

Public Member Functions | Friends
clang::PostStmtPurgeDeadSymbols Class Reference

#include <ProgramPoint.h>

Inheritance diagram for clang::PostStmtPurgeDeadSymbols:
Inheritance graph
[legend]
Collaboration diagram for clang::PostStmtPurgeDeadSymbols:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 PostStmtPurgeDeadSymbols (const Stmt *S, const LocationContext *L, const ProgramPointTag *tag=nullptr)

Friends

class ProgramPoint

Detailed Description

Represents a point after we ran remove dead bindings AFTER processing the given statement.

Definition at line 434 of file ProgramPoint.h.


Constructor & Destructor Documentation

clang::PostStmtPurgeDeadSymbols::PostStmtPurgeDeadSymbols ( const Stmt S,
const LocationContext L,
const ProgramPointTag tag = nullptr 
) [inline]

Definition at line 436 of file ProgramPoint.h.


Friends And Related Function Documentation

friend class ProgramPoint [friend]

Reimplemented from clang::StmtPoint.

Definition at line 441 of file ProgramPoint.h.


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