Home | History | Annotate | Download | only in Sema

Lines Matching refs:ToComplex

2959     if (const ComplexType *ToComplex = ToType->getAs<ComplexType>()) {
2960 QualType ElType = ToComplex->getElementType();