Home | History | Annotate | Download | only in Sema

Lines Matching refs:ToPtrType

2286     if (const PointerType *ToPtrType = ToType->getAs<PointerType>())
2288 = ToPtrType->getPointeeType()->getAs<BuiltinType>()) {
2291 if (!ToPtrType->getPointeeType().hasQualifiers()) {