Searched refs:ComputationLHSType (Results 1 – 1 of 1) sorted by relevance
2929 QualType ComputationLHSType; variable2937 ComputationLHSType(CompLHSType), in CompoundAssignOperator()2950 QualType getComputationLHSType() const { return ComputationLHSType; } in getComputationLHSType()2951 void setComputationLHSType(QualType T) { ComputationLHSType = T; } in setComputationLHSType()