Searched refs:OCIType (Results 1 – 1 of 1) sorted by relevance
2722 } else if (const ObjCObjectPointerType *OCIType in BuildInstanceMessage() local2725 ClassDecl = OCIType->getInterfaceDecl(); in BuildInstanceMessage()2732 if (RequireCompleteType(Loc, OCIType->getPointeeType(), in BuildInstanceMessage()2741 forwardClass = OCIType->getInterfaceDecl(); in BuildInstanceMessage()2751 Method = LookupMethodInQualifiedType(Sel, OCIType, true); in BuildInstanceMessage()2759 << OCIType->getPointeeType() << Sel << RecRange in BuildInstanceMessage()2768 if (OCIType->qual_empty()) { in BuildInstanceMessage()2781 << OCIType->getInterfaceDecl()->getIdentifier() in BuildInstanceMessage()2807 OCIType = ReceiverType->getAsObjCInterfacePointerType()) { in BuildInstanceMessage() local2808 if (const ObjCInterfaceDecl *ID = OCIType->getInterfaceDecl()) { in BuildInstanceMessage()