Searched refs:getAsComplexIntegerType (Results 1 – 4 of 4) sorted by relevance
609 return getAsComplexIntegerType(); in isComplexIntegerType()618 const ComplexType *Type::getAsComplexIntegerType() const { in getAsComplexIntegerType() function in Type
2311 const ComplexType *getAsComplexIntegerType() const; // GCC complex int type.
1339 const ComplexType *LHSComplexInt = LHSType->getAsComplexIntegerType(); in handleComplexIntConversion()1340 const ComplexType *RHSComplexInt = RHSType->getAsComplexIntegerType(); in handleComplexIntConversion()
5083 qual_type->getAsComplexIntegerType(); in GetEncoding()