clang API Documentation
#include <ProgramPoint.h>


Protected Member Functions | |
| LocationCheck (const Stmt *S, const LocationContext *L, ProgramPoint::Kind K, const ProgramPointTag *tag) | |
Static Protected Member Functions | |
| static bool | classof (const ProgramPoint *location) |
Definition at line 272 of file ProgramPoint.h.
| clang::LocationCheck::LocationCheck | ( | const Stmt * | S, |
| const LocationContext * | L, | ||
| ProgramPoint::Kind | K, | ||
| const ProgramPointTag * | tag | ||
| ) | [inline, protected] |
Definition at line 274 of file ProgramPoint.h.
| static bool clang::LocationCheck::classof | ( | const ProgramPoint * | location | ) | [inline, static, protected] |
Reimplemented from clang::StmtPoint.
Reimplemented in clang::PreStore, and clang::PreLoad.
Definition at line 278 of file ProgramPoint.h.
References clang::ProgramPoint::getKind(), clang::ProgramPoint::PreLoadKind, and clang::ProgramPoint::PreStoreKind.