| H A D | ProgramPoint.h | 276 class StmtPoint : public ProgramPoint { 278 StmtPoint(const Stmt *S, const void *p2, Kind k, const LocationContext *L, in StmtPoint() function 290 StmtPoint() = default; 300 class PreStmt : public StmtPoint { 304 : StmtPoint(S, SubStmt, PreStmtKind, L, tag) {} in StmtPoint() function 316 class PostStmt : public StmtPoint { 321 : StmtPoint(S, data, k, L, tag) {} in StmtPoint() function 326 : StmtPoint(S, nullptr, k, L, tag) {} in StmtPoint() function 330 : StmtPoint(S, nullptr, PostStmtKind, L, tag) {} in StmtPoint() function 378 class LocationCheck : public StmtPoint { [all …]
|