Searched refs:ComputationLHSType (Results 1 – 1 of 1) sorted by relevance
3111 QualType ComputationLHSType; variable3120 ComputationLHSType(CompLHSType), in CompoundAssignOperator()3133 QualType getComputationLHSType() const { return ComputationLHSType; } in getComputationLHSType()3134 void setComputationLHSType(QualType T) { ComputationLHSType = T; } in setComputationLHSType()