Searched defs:StmtPoint (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | ProgramPoint.h | 268 StmtPoint(const Stmt *S, const void *p2, Kind k, const LocationContext *L, in StmtPoint() function 294 : StmtPoint(S, SubStmt, PreStmtKind, L, tag) {} in StmtPoint() function 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 472 : StmtPoint(S, nullptr, PreStmtPurgeDeadSymbolsKind, L, tag) { } in StmtPoint() function 488 : StmtPoint(S, nullptr, PostStmtPurgeDeadSymbolsKind, L, tag) { } in StmtPoint() function 616 : StmtPoint(S, nullptr, PostAllocatorCallKind, L, Tag) {} in StmtPoint() function
|