Home | History | Annotate | Download | only in AST

Lines Matching refs:ComplexType

399   if (const ComplexType *CT = dyn_cast<ComplexType>(CanonicalType))
409 const ComplexType *Type::getAsComplexIntegerType() const {
410 if (const ComplexType *Complex = getAs<ComplexType>())
797 if (const ComplexType *CT = dyn_cast<ComplexType>(CanonicalType))
836 return isa<ComplexType>(CanonicalType);
860 } else if (const ComplexType *CT = dyn_cast<ComplexType>(T)) {
2210 return Cache::get(cast<ComplexType>(T)->getElementType());
2293 return computeLinkageInfo(cast<ComplexType>(T)->getElementType());