clang API Documentation
#include <ProgramPoint.h>


Public Member Functions | |
| PostStmtPurgeDeadSymbols (const Stmt *S, const LocationContext *L, const ProgramPointTag *tag=nullptr) | |
Friends | |
| class | ProgramPoint |
Represents a point after we ran remove dead bindings AFTER processing the given statement.
Definition at line 434 of file ProgramPoint.h.
| clang::PostStmtPurgeDeadSymbols::PostStmtPurgeDeadSymbols | ( | const Stmt * | S, |
| const LocationContext * | L, | ||
| const ProgramPointTag * | tag = nullptr |
||
| ) | [inline] |
Definition at line 436 of file ProgramPoint.h.
friend class ProgramPoint [friend] |
Reimplemented from clang::StmtPoint.
Definition at line 441 of file ProgramPoint.h.