Lines Matching defs:IsPreVisit
140 bool IsPreVisit;
148 : IsPreVisit(isPreVisit), Checkers(checkers), S(s), Eng(eng),
157 ProgramPoint::Kind K = IsPreVisit ? ProgramPoint::PreStmtKind :
203 bool IsPreVisit;
207 IsPreVisit = true;
211 IsPreVisit = false;
215 const ProgramPoint &L = Msg.getProgramPoint(IsPreVisit,checkFn.Checker);
257 bool IsPreVisit, WasInlined;
265 : IsPreVisit(isPreVisit), WasInlined(wasInlined), Checkers(checkers),
273 const ProgramPoint &L = Call.getProgramPoint(IsPreVisit,checkFn.Checker);
795 StmtCheckerInfo info = { checkfn, isForStmtFn, /*IsPreVisit*/true };
801 StmtCheckerInfo info = { checkfn, isForStmtFn, /*IsPreVisit*/false };
901 if (Info.IsPreVisit == isPreVisit && Info.IsForStmtFn(S))