Searched refs:getAsComplexIntegerType (Results 1 – 4 of 4) sorted by relevance
635 return getAsComplexIntegerType(); in isComplexIntegerType()644 const ComplexType *Type::getAsComplexIntegerType() const { in getAsComplexIntegerType() function in Type
2486 const ComplexType *getAsComplexIntegerType() const; // GCC complex int type.
5017 qual_type->getAsComplexIntegerType(); in GetEncoding()
1362 const ComplexType *LHSComplexInt = LHSType->getAsComplexIntegerType(); in handleComplexIntConversion()1363 const ComplexType *RHSComplexInt = RHSType->getAsComplexIntegerType(); in handleComplexIntConversion()