Home | History | Annotate | Download | only in AST

Lines Matching defs:ObjCObjectType

471 ObjCObjectType::ObjCObjectType
485 const ObjCObjectType *Type::getAsObjCQualifiedInterfaceType() const {
486 // There is no sugar for ObjCObjectType's, just return the canonical
489 if (const ObjCObjectType *T = getAs<ObjCObjectType>())
942 return cast<ObjCObjectType>(CanonicalType)->getBaseType()
2244 return Cache::get(cast<ObjCObjectType>(T)->getBaseType());
2326 return computeLinkageInfo(cast<ObjCObjectType>(T)->getBaseType());