Searched refs:getComputationLHSType (Results 1 – 11 of 11) sorted by relevance
147 cast<CompoundAssignOperator>(B)->getComputationLHSType(); in VisitBinaryOperator()
1576 SemaRef.CurFPFeatureOverrides(), cop->getComputationLHSType(), in recreateSyntacticForm()
1271 E->getStoredFPFeaturesOrDefault(), E->getComputationLHSType()); in EmitCompoundAssignLValue()
3532 QualType PromotionTypeLHS = getPromotionType(E->getComputationLHSType()); in EmitCompoundAssignLValue()3622 E->getComputationLHSType(), Loc); in EmitCompoundAssignLValue()4211 LHSTy = CAO->getComputationLHSType(); in EmitFixedPointBinOp()
1371 JOS.attribute("computeLHSType", createQualType(CAO->getComputationLHSType())); in VisitCompoundAssignOperator()
1514 dumpBareType(Node->getComputationLHSType()); in VisitCompoundAssignOperator()
7869 auto ToComputationLHSType = importChecked(Err, E->getComputationLHSType()); in VisitCompoundAssignOperator()
8928 Result, CAO->getLHS()->getType(), CAO->getComputationLHSType(), in VisitCompoundAssignOperator()
1992 QualType LHSComputationType = E->getComputationLHSType(); in VisitFloatCompoundAssignOperator()2103 classify(E->getComputationLHSType()); in VisitCompoundAssignOperator()
1081 Record.AddTypeRef(E->getComputationLHSType()); in VisitCompoundAssignOperator()
4146 QualType getComputationLHSType() const { return ComputationLHSType; } in getComputationLHSType() function