Home | History | Annotate | Download | only in AST

Lines Matching refs:ObjCObjectPointerType

376   if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>())
452 const ObjCObjectPointerType *Type::getAsObjCQualifiedIdType() const {
455 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>()) {
462 const ObjCObjectPointerType *Type::getAsObjCQualifiedClassType() const {
465 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>()) {
472 const ObjCObjectPointerType *Type::getAsObjCInterfacePointerType() const {
473 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>()) {
795 } else if (isa<ObjCObjectPointerType>(T)) {
2081 return Cache::get(cast<ObjCObjectPointerType>(T)->getPointeeType());
2138 if (const ObjCObjectPointerType *opt
2139 = dyn_cast<ObjCObjectPointerType>(canon)) {