Searched refs:visitBool (Results 1 – 2 of 2) sorted by relevance
1077 if (!this->visitBool(LHS)) in VisitLogicalBinOp()1082 if (!this->visitBool(RHS)) in VisitLogicalBinOp()1099 if (!this->visitBool(LHS)) in VisitLogicalBinOp()1104 if (!this->visitBool(RHS)) in VisitLogicalBinOp()2429 if (!this->visitBool(Condition)) { in VisitAbstractConditionalOperator()4138 template <class Emitter> bool Compiler<Emitter>::visitBool(const Expr *E) { in visitBool() function in Compiler5424 if (!this->visitBool(IS->getCond())) in visitIfStmt()5474 if (!this->visitBool(Cond)) in visitWhileStmt()5515 if (!this->visitBool(Cond)) in visitDoStmt()5555 if (!this->visitBool(Cond)) in visitForStmt()[all …]
304 bool visitBool(const Expr *E);