clang API Documentation
#include <ProgramPoint.h>


Public Member Functions | |
| PostPurgeDeadSymbols (const Stmt *S, const LocationContext *L, const ProgramPointTag *tag=0) | |
Static Public Member Functions | |
| static bool | classof (const ProgramPoint *Location) |
Definition at line 343 of file ProgramPoint.h.
| clang::PostPurgeDeadSymbols::PostPurgeDeadSymbols | ( | const Stmt * | S, |
| const LocationContext * | L, | ||
| const ProgramPointTag * | tag = 0 |
||
| ) | [inline] |
Definition at line 345 of file ProgramPoint.h.
| static bool clang::PostPurgeDeadSymbols::classof | ( | const ProgramPoint * | Location | ) | [inline, static] |
Reimplemented from clang::PostStmt.
Definition at line 349 of file ProgramPoint.h.
References clang::ProgramPoint::getKind(), and clang::ProgramPoint::PostPurgeDeadSymbolsKind.