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

/external/clang/include/clang/Analysis/
H A DProgramPoint.h262 class StmtPoint : public ProgramPoint { class in namespace:clang
264 StmtPoint(const Stmt *S, const void *p2, Kind k, const LocationContext *L, function in class:clang::StmtPoint
276 StmtPoint() {} function in class:clang::StmtPoint
286 class PreStmt : public StmtPoint {
290 : StmtPoint(S, SubStmt, PreStmtKind, L, tag) {}
302 class PostStmt : public StmtPoint {
307 : StmtPoint(S, data, k, L, tag) {}
312 : StmtPoint(S, nullptr, k, L, tag) {}
316 : StmtPoint(S, nullptr, PostStmtKind, L, tag) {}
341 class LocationCheck : public StmtPoint {
[all...]

Completed in 85 milliseconds