Home
last modified time | relevance | path

Searched defs:StmtPoint (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DProgramPoint.h273 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