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

/external/clang/include/clang/Analysis/
H A DProgramPoint.h239 class StmtPoint : public ProgramPoint { class in namespace:clang
241 StmtPoint(const Stmt *S, const void *p2, Kind k, const LocationContext *L, function in class:clang::StmtPoint
253 StmtPoint() {} function in class:clang::StmtPoint
263 class PreStmt : public StmtPoint {
267 : StmtPoint(S, SubStmt, PreStmtKind, L, tag) {}
279 class PostStmt : public StmtPoint {
284 : StmtPoint(S, data, k, L, tag) {}
289 : StmtPoint(S, nullptr, k, L, tag) {}
293 : StmtPoint(S, nullptr, PostStmtKind, L, tag) {}
318 class LocationCheck : public StmtPoint {
[all...]

Completed in 79 milliseconds