Home
last modified time | relevance | path

Searched refs:OCIType (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprObjC.cpp2722 } else if (const ObjCObjectPointerType *OCIType in BuildInstanceMessage() local
2725 ClassDecl = OCIType->getInterfaceDecl(); in BuildInstanceMessage()
2730 if (RequireCompleteType(Loc, OCIType->getPointeeType(), in BuildInstanceMessage()
2739 forwardClass = OCIType->getInterfaceDecl(); in BuildInstanceMessage()
2749 Method = LookupMethodInQualifiedType(Sel, OCIType, true); in BuildInstanceMessage()
2757 << OCIType->getPointeeType() << Sel << RecRange in BuildInstanceMessage()
2766 if (OCIType->qual_empty()) { in BuildInstanceMessage()
2779 << OCIType->getInterfaceDecl()->getIdentifier() in BuildInstanceMessage()
2805 OCIType = ReceiverType->getAsObjCInterfacePointerType()) { in BuildInstanceMessage() local
2806 if (const ObjCInterfaceDecl *ID = OCIType->getInterfaceDecl()) { in BuildInstanceMessage()