Searched refs:getAsComplexIntegerType (Results 1 – 4 of 4) sorted by relevance
613 return getAsComplexIntegerType(); in isComplexIntegerType()622 const ComplexType *Type::getAsComplexIntegerType() const { in getAsComplexIntegerType() function in Type
2375 const ComplexType *getAsComplexIntegerType() const; // GCC complex int type.
1342 const ComplexType *LHSComplexInt = LHSType->getAsComplexIntegerType(); in handleComplexIntConversion()1343 const ComplexType *RHSComplexInt = RHSType->getAsComplexIntegerType(); in handleComplexIntConversion()
5134 qual_type->getAsComplexIntegerType(); in GetEncoding()