Searched refs:getAsComplexIntegerType (Results 1 – 4 of 4) sorted by relevance
489 return getAsComplexIntegerType(); in isComplexIntegerType()498 const ComplexType *Type::getAsComplexIntegerType() const { in getAsComplexIntegerType() function in Type
2142 const ComplexType *getAsComplexIntegerType() const; // GCC complex int type.
1201 const ComplexType *LHSComplexInt = LHSType->getAsComplexIntegerType(); in handleComplexIntConversion()1202 const ComplexType *RHSComplexInt = RHSType->getAsComplexIntegerType(); in handleComplexIntConversion()
5264 qual_type->getAsComplexIntegerType(); in GetEncoding()