Lines Matching defs:Check
25 AssignmentInIfConditionCheck &Check;
28 explicit Visitor(AssignmentInIfConditionCheck &Check) : Check(Check) {}
31 AssignmentInIfConditionCheck &Check;
34 explicit ConditionVisitor(AssignmentInIfConditionCheck &Check)
35 : Check(Check) {}
50 Check.report(BO);
56 Check.report(OCE);
61 ConditionVisitor(Check).TraverseStmt(If->getCond());