Searched refs:getAsComplexIntegerType (Results 1 – 3 of 3) sorted by relevance
402 return getAsComplexIntegerType(); in isComplexIntegerType()405 const ComplexType *Type::getAsComplexIntegerType() const { in getAsComplexIntegerType() function in Type
1676 const ComplexType *getAsComplexIntegerType() const; // GCC complex int type.
1154 const ComplexType *LHSComplexInt = LHSType->getAsComplexIntegerType(); in handleComplexIntConversion()1155 const ComplexType *RHSComplexInt = RHSType->getAsComplexIntegerType(); in handleComplexIntConversion()