Searched refs:getComputationLHSType (Results 1 – 8 of 8) sorted by relevance
140 cast<CompoundAssignOperator>(B)->getComputationLHSType(); in VisitBinaryOperator()
1650 cop->getComputationLHSType(), in recreateSyntacticForm()
1909 dumpBareType(Node->getComputationLHSType()); in VisitCompoundAssignOperator()
5163 QualType CompLHSType = Importer.Import(E->getComputationLHSType()); in VisitCompoundAssignOperator()
4836 Result, CAO->getLHS()->getType(), CAO->getComputationLHSType(), in VisitCompoundAssignOperator()
640 Writer.AddTypeRef(E->getComputationLHSType(), Record); in VisitCompoundAssignOperator()
3181 QualType getComputationLHSType() const { return ComputationLHSType; } in getComputationLHSType() function
2186 EmitScalarConversion(OpInfo.LHS, LHSTy, E->getComputationLHSType(), Loc); in EmitCompoundAssignLValue()