reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaExpr.cpp
13338   std::tie(LHS, RHS) = CorrectDelayedTyposInBinOp(*this, Opc, LHSExpr, RHSExpr);
13354         BinaryOperator::isAssignmentOp(Opc))
13355       return checkPseudoObjectAssignment(S, OpLoc, Opc, LHSExpr, RHSExpr);
13370         return BuildOverloadedBinOp(*this, S, OpLoc, Opc, LHSExpr, RHSExpr);
13379     if (Opc == BO_LT && inTemplateInstantiation() &&
13404     if (Opc == BO_Assign && pty->getKind() == BuiltinType::Overload) {
13408         return BuildOverloadedBinOp(*this, S, OpLoc, Opc, LHSExpr, RHSExpr);
13410       return CreateBuiltinBinOp(OpLoc, Opc, LHSExpr, RHSExpr);
13416       return BuildOverloadedBinOp(*this, S, OpLoc, Opc, LHSExpr, RHSExpr);
13427       return BuildOverloadedBinOp(*this, S, OpLoc, Opc, LHSExpr, RHSExpr);
13433       return BuildOverloadedBinOp(*this, S, OpLoc, Opc, LHSExpr, RHSExpr);
13437   return CreateBuiltinBinOp(OpLoc, Opc, LHSExpr, RHSExpr);