Home | History | Annotate | Download | only in Sema

Lines Matching refs:ToPtrType

2514     if (const PointerType *ToPtrType = ToType->getAs<PointerType>())
2516 = ToPtrType->getPointeeType()->getAs<BuiltinType>()) {
2519 if (!ToPtrType->getPointeeType().hasQualifiers()) {