Lines Matching refs:IsPreVisit
155 bool IsPreVisit; member
163 : IsPreVisit(isPreVisit), Checkers(checkers), S(s), Eng(eng), in CheckStmtContext()
172 ProgramPoint::Kind K = IsPreVisit ? ProgramPoint::PreStmtKind : in runChecker()
218 bool IsPreVisit; in runChecker() local
222 IsPreVisit = true; in runChecker()
226 IsPreVisit = false; in runChecker()
230 const ProgramPoint &L = Msg.getProgramPoint(IsPreVisit,checkFn.Checker); in runChecker()
272 bool IsPreVisit, WasInlined; member
280 : IsPreVisit(isPreVisit), WasInlined(wasInlined), Checkers(checkers), in CheckCallContext()
288 const ProgramPoint &L = Call.getProgramPoint(IsPreVisit,checkFn.Checker); in runChecker()
919 if (Info.IsPreVisit == isPreVisit && Info.IsForStmtFn(S)) in getCachedStmtCheckersFor()