Searched refs:ComputationLHSType (Results 1 – 1 of 1) sorted by relevance
3075 QualType ComputationLHSType; variable3084 ComputationLHSType(CompLHSType), in CompoundAssignOperator()3097 QualType getComputationLHSType() const { return ComputationLHSType; } in getComputationLHSType()3098 void setComputationLHSType(QualType T) { ComputationLHSType = T; } in setComputationLHSType()