Searched refs:getComputationLHSType (Results 1 – 7 of 7) sorted by relevance
495 DumpType(Node->getComputationLHSType()); in VisitCompoundAssignOperator()
4038 QualType CompLHSType = Importer.Import(E->getComputationLHSType()); in VisitCompoundAssignOperator()
130 cast<CompoundAssignOperator>(B)->getComputationLHSType(); in VisitBinaryOperator()
1404 cop->getComputationLHSType(), in recreateSyntacticForm()
544 Writer.AddTypeRef(E->getComputationLHSType(), Record); in VisitCompoundAssignOperator()
1702 E->getComputationLHSType()); in EmitCompoundAssignLValue()
2950 QualType getComputationLHSType() const { return ComputationLHSType; } in getComputationLHSType() function