Searched refs:setComplexInt (Results 1 – 2 of 2) sorted by relevance
131 MakeComplexInt(); setComplexInt(std::move(R), std::move(I)); in APValue()362 void setComplexInt(APSInt R, APSInt I) { in setComplexInt() function
144 setComplexInt(RHS.getComplexIntReal(), RHS.getComplexIntImag()); in APValue()