Lines Matching refs:visitBool
919 if (!this->visitBool(LHS)) in VisitLogicalBinOp()
924 if (!this->visitBool(RHS)) in VisitLogicalBinOp()
941 if (!this->visitBool(LHS)) in VisitLogicalBinOp()
946 if (!this->visitBool(RHS)) in VisitLogicalBinOp()
1859 if (!this->visitBool(Condition)) in VisitAbstractConditionalOperator()
3263 template <class Emitter> bool Compiler<Emitter>::visitBool(const Expr *E) { in visitBool() function in Compiler
4310 if (!this->visitBool(IS->getCond())) in visitIfStmt()
4354 if (!this->visitBool(Cond)) in visitWhileStmt()
4392 if (!this->visitBool(Cond)) in visitDoStmt()
4427 if (!this->visitBool(Cond)) in visitForStmt()
4480 if (!this->visitBool(Cond)) in visitCXXForRangeStmt()
4628 if (!this->visitBool(Assumption)) in visitAttributedStmt()
4976 if (!this->visitBool(SubExpr)) in VisitUnaryOperator()