clang API Documentation
#include <ProgramPoint.h>


Protected Member Functions | |
| LocationCheck () | |
| LocationCheck (const Stmt *S, const LocationContext *L, ProgramPoint::Kind K, const ProgramPointTag *tag) | |
Friends | |
| class | ProgramPoint |
Definition at line 318 of file ProgramPoint.h.
| clang::LocationCheck::LocationCheck | ( | ) | [inline, protected] |
Definition at line 320 of file ProgramPoint.h.
| clang::LocationCheck::LocationCheck | ( | const Stmt * | S, |
| const LocationContext * | L, | ||
| ProgramPoint::Kind | K, | ||
| const ProgramPointTag * | tag | ||
| ) | [inline, protected] |
Definition at line 321 of file ProgramPoint.h.
friend class ProgramPoint [friend] |
Reimplemented from clang::StmtPoint.
Reimplemented in clang::PreStore, and clang::PreLoad.
Definition at line 326 of file ProgramPoint.h.