D | ProgramPoint.h | 239 class StmtPoint : public ProgramPoint { 241 StmtPoint(const Stmt *S, const void *p2, Kind k, const LocationContext *L, in StmtPoint() function 253 StmtPoint() {} in StmtPoint() function 263 class PreStmt : public StmtPoint { 267 : StmtPoint(S, SubStmt, PreStmtKind, L, tag) {} in StmtPoint() function 279 class PostStmt : public StmtPoint { 284 : StmtPoint(S, data, k, L, tag) {} in StmtPoint() function 289 : StmtPoint(S, nullptr, k, L, tag) {} in StmtPoint() function 293 : StmtPoint(S, nullptr, PostStmtKind, L, tag) {} in StmtPoint() function 318 class LocationCheck : public StmtPoint { [all …]
|