Searched refs:ComputationLHSType (Results 1 – 1 of 1) sorted by relevance
3093 QualType ComputationLHSType; variable3102 ComputationLHSType(CompLHSType), in CompoundAssignOperator()3115 QualType getComputationLHSType() const { return ComputationLHSType; } in getComputationLHSType()3116 void setComputationLHSType(QualType T) { ComputationLHSType = T; } in setComputationLHSType()