Searched refs:getAsComplexIntegerType (Results 1 – 4 of 4) sorted by relevance
685 return getAsComplexIntegerType(); in isComplexIntegerType()698 const ComplexType *Type::getAsComplexIntegerType() const { in getAsComplexIntegerType() function in Type
2739 const ComplexType *getAsComplexIntegerType() const; // GCC complex int type.
1346 const ComplexType *LHSComplexInt = LHSType->getAsComplexIntegerType(); in handleComplexIntConversion()1347 const ComplexType *RHSComplexInt = RHSType->getAsComplexIntegerType(); in handleComplexIntConversion()
5084 qual_type->getAsComplexIntegerType(); in GetEncoding()