Searched refs:getComputationLHSType (Results 1 – 11 of 11) sorted by relevance
1226 QualType LHSComputationType = E->getComputationLHSType(); in VisitFloatCompoundAssignOperator()1335 classify(E->getComputationLHSType()); in VisitCompoundAssignOperator()
147 cast<CompoundAssignOperator>(B)->getComputationLHSType(); in VisitBinaryOperator()
1659 CurFPFeatureOverrides(), cop->getComputationLHSType(), in recreateSyntacticForm()
1201 QualType PromotionTypeLHS = getPromotionType(E->getComputationLHSType()); in EmitCompoundAssignLValue()
3258 QualType PromotionTypeLHS = getPromotionType(E->getComputationLHSType()); in EmitCompoundAssignLValue()3348 E->getComputationLHSType(), Loc); in EmitCompoundAssignLValue()3923 LHSTy = CAO->getComputationLHSType(); in EmitFixedPointBinOp()
1336 JOS.attribute("computeLHSType", createQualType(CAO->getComputationLHSType())); in VisitCompoundAssignOperator()
1291 dumpBareType(Node->getComputationLHSType()); in VisitCompoundAssignOperator()
7767 auto ToComputationLHSType = importChecked(Err, E->getComputationLHSType()); in VisitCompoundAssignOperator()
8842 Result, CAO->getLHS()->getType(), CAO->getComputationLHSType(), in VisitCompoundAssignOperator()
1081 Record.AddTypeRef(E->getComputationLHSType()); in VisitCompoundAssignOperator()
4093 QualType getComputationLHSType() const { return ComputationLHSType; } in getComputationLHSType() function