Searched refs:visitBool (Results 1 – 3 of 3) sorted by relevance
382 if (!this->visitBool(IS->getCond())) in visitIfStmt()420 if (!this->visitBool(Cond)) in visitWhileStmt()457 if (!this->visitBool(Cond)) in visitDoStmt()485 if (!this->visitBool(Cond)) in visitForStmt()535 if (!this->visitBool(Cond)) in visitCXXForRangeStmt()
550 if (!this->visitBool(LHS)) in VisitLogicalBinOp()555 if (!this->visitBool(RHS)) in VisitLogicalBinOp()572 if (!this->visitBool(LHS)) in VisitLogicalBinOp()577 if (!this->visitBool(RHS)) in VisitLogicalBinOp()1132 if (!this->visitBool(Condition)) in VisitAbstractConditionalOperator()1907 bool ByteCodeExprGen<Emitter>::visitBool(const Expr *E) { in visitBool() function in ByteCodeExprGen2769 if (!this->visitBool(SubExpr)) in VisitUnaryOperator()
173 bool visitBool(const Expr *E);