clang API Documentation
#include <ProgramPoint.h>


Public Member Functions | |
| CallExit (const Stmt *S, const LocationContext *L) | |
Static Public Member Functions | |
| static bool | classof (const ProgramPoint *Location) |
Definition at line 405 of file ProgramPoint.h.
| clang::CallExit::CallExit | ( | const Stmt * | S, |
| const LocationContext * | L | ||
| ) | [inline] |
Definition at line 408 of file ProgramPoint.h.
| static bool clang::CallExit::classof | ( | const ProgramPoint * | Location | ) | [inline, static] |
Reimplemented from clang::StmtPoint.
Definition at line 411 of file ProgramPoint.h.
References clang::ProgramPoint::CallExitKind, and clang::ProgramPoint::getKind().