Searched refs:getAsComplexIntegerType (Results 1 – 7 of 7) sorted by relevance
405 return getAsComplexIntegerType(); in isComplexIntegerType()408 const ComplexType *Type::getAsComplexIntegerType() const { in getAsComplexIntegerType() function in Type
609 return getAsComplexIntegerType(); in isComplexIntegerType()618 const ComplexType *Type::getAsComplexIntegerType() const { in getAsComplexIntegerType() function in Type
1836 const ComplexType *getAsComplexIntegerType() const; // GCC complex int type.
2227 const ComplexType *getAsComplexIntegerType() const; // GCC complex int type.
1267 const ComplexType *LHSComplexInt = LHSType->getAsComplexIntegerType(); in handleComplexIntConversion()1268 const ComplexType *RHSComplexInt = RHSType->getAsComplexIntegerType(); in handleComplexIntConversion()
1301 const ComplexType *LHSComplexInt = LHSType->getAsComplexIntegerType(); in handleComplexIntConversion()1302 const ComplexType *RHSComplexInt = RHSType->getAsComplexIntegerType(); in handleComplexIntConversion()
4922 qual_type->getAsComplexIntegerType(); in GetEncoding()