| H A D | ProgramPoint.h | 269 class StmtPoint : public ProgramPoint { 271 StmtPoint(const Stmt *S, const void *p2, Kind k, const LocationContext *L, in StmtPoint() function 283 StmtPoint() = default; 293 class PreStmt : public StmtPoint { 297 : StmtPoint(S, SubStmt, PreStmtKind, L, tag) {} in StmtPoint() function 309 class PostStmt : public StmtPoint { 314 : StmtPoint(S, data, k, L, tag) {} in StmtPoint() function 319 : StmtPoint(S, nullptr, k, L, tag) {} in StmtPoint() function 323 : StmtPoint(S, nullptr, PostStmtKind, L, tag) {} in StmtPoint() function 371 class LocationCheck : public StmtPoint { [all …]
|