Home | History | Annotate | Download | only in Sema

Lines Matching refs:ToComplex

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