Searched refs:getComputationLHSType (Results 1 – 8 of 8) sorted by relevance
140 cast<CompoundAssignOperator>(B)->getComputationLHSType(); in VisitBinaryOperator()
1651 cop->getComputationLHSType(), in recreateSyntacticForm()
2056 dumpBareType(Node->getComputationLHSType()); in VisitCompoundAssignOperator()
5741 QualType CompLHSType = Importer.Import(E->getComputationLHSType()); in VisitCompoundAssignOperator()
4992 Result, CAO->getLHS()->getType(), CAO->getComputationLHSType(), in VisitCompoundAssignOperator()
654 Record.AddTypeRef(E->getComputationLHSType()); in VisitCompoundAssignOperator()
3115 QualType getComputationLHSType() const { return ComputationLHSType; } in getComputationLHSType() function
2173 EmitScalarConversion(OpInfo.LHS, LHSTy, E->getComputationLHSType(), Loc); in EmitCompoundAssignLValue()