Searched refs:StmtCheckerInfo (Results 1 – 2 of 2) sorted by relevance
573 struct StmtCheckerInfo { struct578 std::vector<StmtCheckerInfo> StmtCheckers; argument
668 StmtCheckerInfo info = { checkfn, isForStmtFn, /*IsPreVisit*/true }; in _registerForPreStmt()673 StmtCheckerInfo info = { checkfn, isForStmtFn, /*IsPreVisit*/false }; in _registerForPostStmt()773 StmtCheckerInfo &Info = StmtCheckers[i]; in getCachedStmtCheckersFor()