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