Home | History | Annotate | Download | only in AST

Lines Matching refs:ComplexType

356   if (const ComplexType *CT = dyn_cast<ComplexType>(CanonicalType))
366 const ComplexType *Type::getAsComplexIntegerType() const {
367 if (const ComplexType *Complex = getAs<ComplexType>())
739 if (const ComplexType *CT = dyn_cast<ComplexType>(CanonicalType))
778 return isa<ComplexType>(CanonicalType);
802 } else if (const ComplexType *CT = dyn_cast<ComplexType>(T)) {
2043 return Cache::get(cast<ComplexType>(T)->getElementType());