Home | History | Annotate | Download | only in Sema

Lines Matching refs:ToComplex

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