Searched refs:ComputationLHSType (Results 1 – 1 of 1) sorted by relevance
4060 QualType ComputationLHSType; variable4075 ComputationLHSType(CompLHSType), ComputationResultType(CompResultType) { in CompoundAssignOperator()4093 QualType getComputationLHSType() const { return ComputationLHSType; } in getComputationLHSType()4094 void setComputationLHSType(QualType T) { ComputationLHSType = T; } in setComputationLHSType()