Home | History | Annotate | Download | only in Sema

Lines Matching refs:ToPtrType

2380     if (const PointerType *ToPtrType = ToType->getAs<PointerType>())
2382 = ToPtrType->getPointeeType()->getAs<BuiltinType>()) {
2385 if (!ToPtrType->getPointeeType().hasQualifiers()) {