| H A D | ProgramPoint.h | 271 class StmtPoint : public ProgramPoint { 273 StmtPoint(const Stmt *S, const void *p2, Kind k, const LocationContext *L, in StmtPoint() function 285 StmtPoint() = default; 295 class PreStmt : public StmtPoint { 299 : StmtPoint(S, SubStmt, PreStmtKind, L, tag) {} in StmtPoint() function 311 class PostStmt : public StmtPoint { 316 : StmtPoint(S, data, k, L, tag) {} in StmtPoint() function 321 : StmtPoint(S, nullptr, k, L, tag) {} in StmtPoint() function 325 : StmtPoint(S, nullptr, PostStmtKind, L, tag) {} in StmtPoint() function 373 class LocationCheck : public StmtPoint { [all …]
|