Searched refs:ComputationLHSType (Results 1 – 1 of 1) sorted by relevance
4062 QualType ComputationLHSType; variable4077 ComputationLHSType(CompLHSType), ComputationResultType(CompResultType) { in CompoundAssignOperator()4095 QualType getComputationLHSType() const { return ComputationLHSType; } in getComputationLHSType()4096 void setComputationLHSType(QualType T) { ComputationLHSType = T; } in setComputationLHSType()