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

/external/clang/include/clang/Analysis/
H A DProgramPoint.h212 class StmtPoint : public ProgramPoint { class in namespace:clang
214 StmtPoint(const Stmt *S, const void *p2, Kind k, const LocationContext *L, function in class:clang::StmtPoint
232 class PreStmt : public StmtPoint {
236 : StmtPoint(S, SubStmt, PreStmtKind, L, tag) {}
245 class PostStmt : public StmtPoint {
249 : StmtPoint(S, data, k, L, tag) {}
254 : StmtPoint(S, NULL, k, L, tag) {}
258 : StmtPoint(S, NULL, PostStmtKind, L, tag) {}
278 class LocationCheck : public StmtPoint {
282 : StmtPoint(
[all...]

Completed in 45 milliseconds