Lines Matching refs:BinaryOperator
562 void ASTStmtReader::VisitBinaryOperator(BinaryOperator *E) {566 E->setOpcode((BinaryOperator::Opcode)Record[Idx++]);1826 S = new (Context) BinaryOperator(Empty);