Home | History | Annotate | Download | only in Sema

Lines Matching refs:pointerType

1120   const ObjCObjectPointerType *pointerType =
1122 if (!pointerType)
1128 const ObjCObjectType *objectType = pointerType->getObjectType();
1159 method = LookupMethodInQualifiedType(selector, pointerType,
2436 const PointerType *PT = ThrowType->getAs<PointerType>();
2476 const PointerType *pointerType = type->getAs<PointerType>();
2477 if (!pointerType || !pointerType->getPointeeType()->isVoidType())