Searched refs:VisitPointerArithBinOp (Results 1 – 2 of 2) sorted by relevance
125 bool VisitPointerArithBinOp(const BinaryOperator *E);
765 return this->VisitPointerArithBinOp(BO); in VisitBinaryOperator()859 bool Compiler<Emitter>::VisitPointerArithBinOp(const BinaryOperator *E) { in VisitPointerArithBinOp() function in Compiler