H A D | ProgramPoint.h | 266 class StmtPoint : public ProgramPoint { 268 StmtPoint(const Stmt *S, const void *p2, Kind k, const LocationContext *L, in StmtPoint() function 280 StmtPoint() = default; 290 class PreStmt : public StmtPoint { 294 : StmtPoint(S, SubStmt, PreStmtKind, L, tag) {} in StmtPoint() function 306 class PostStmt : public StmtPoint { 311 : StmtPoint(S, data, k, L, tag) {} in StmtPoint() function 316 : StmtPoint(S, nullptr, k, L, tag) {} in StmtPoint() function 320 : StmtPoint(S, nullptr, PostStmtKind, L, tag) {} in StmtPoint() function 368 class LocationCheck : public StmtPoint { [all …]
|