Searched refs:getAsComplexIntegerType (Results 1 – 3 of 3) sorted by relevance
407 return getAsComplexIntegerType(); in isComplexIntegerType()410 const ComplexType *Type::getAsComplexIntegerType() const { in getAsComplexIntegerType() function in Type
1697 const ComplexType *getAsComplexIntegerType() const; // GCC complex int type.
1135 const ComplexType *LHSComplexInt = LHSType->getAsComplexIntegerType(); in handleComplexIntConversion()1136 const ComplexType *RHSComplexInt = RHSType->getAsComplexIntegerType(); in handleComplexIntConversion()