Searched defs:StmtPoint (Results 1 – 2 of 2) sorted by relevance
| /external/llvm-project/clang/include/clang/Analysis/ |
| D | ProgramPoint.h | 273 StmtPoint(const Stmt *S, const void *p2, Kind k, const LocationContext *L, in StmtPoint() function 299 : StmtPoint(S, SubStmt, PreStmtKind, L, tag) {} in StmtPoint() function 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 477 : StmtPoint(S, nullptr, PreStmtPurgeDeadSymbolsKind, L, tag) { } in StmtPoint() function 493 : StmtPoint(S, nullptr, PostStmtPurgeDeadSymbolsKind, L, tag) { } in StmtPoint() function 618 : StmtPoint(S, nullptr, PostAllocatorCallKind, L, Tag) {} in StmtPoint() function
|
| /external/clang/include/clang/Analysis/ |
| D | ProgramPoint.h | 264 StmtPoint(const Stmt *S, const void *p2, Kind k, const LocationContext *L, in StmtPoint() function 276 StmtPoint() {} in StmtPoint() function 290 : StmtPoint(S, SubStmt, PreStmtKind, L, tag) {} in StmtPoint() function 307 : StmtPoint(S, data, k, L, tag) {} in StmtPoint() function 312 : StmtPoint(S, nullptr, k, L, tag) {} in StmtPoint() function 316 : StmtPoint(S, nullptr, PostStmtKind, L, tag) {} in StmtPoint() function 445 : StmtPoint(S, nullptr, PreStmtPurgeDeadSymbolsKind, L, tag) { } in StmtPoint() function 461 : StmtPoint(S, nullptr, PostStmtPurgeDeadSymbolsKind, L, tag) { } in StmtPoint() function
|