Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprObjC.cpp2740 } else if (const ObjCObjectPointerType *OCIType in BuildInstanceMessage() local
2743 ClassDecl = OCIType->getInterfaceDecl(); in BuildInstanceMessage()
2750 if (RequireCompleteType(Loc, OCIType->getPointeeType(), in BuildInstanceMessage()
2759 forwardClass = OCIType->getInterfaceDecl(); in BuildInstanceMessage()
2769 Method = LookupMethodInQualifiedType(Sel, OCIType, true); in BuildInstanceMessage()
2777 << OCIType->getPointeeType() << Sel << RecRange in BuildInstanceMessage()
2786 if (OCIType->qual_empty()) { in BuildInstanceMessage()
2808 << OCIType->getInterfaceDecl()->getIdentifier() in BuildInstanceMessage()
2834 OCIType = ReceiverType->getAsObjCInterfacePointerType()) { in BuildInstanceMessage() local
2835 if (const ObjCInterfaceDecl *ID = OCIType->getInterfaceDecl()) { in BuildInstanceMessage()
/external/llvm-project/clang/lib/Sema/
DSemaExprObjC.cpp3053 } else if (const ObjCObjectPointerType *OCIType in BuildInstanceMessage() local
3056 ClassDecl = OCIType->getInterfaceDecl(); in BuildInstanceMessage()
3063 if (RequireCompleteType(Loc, OCIType->getPointeeType(), in BuildInstanceMessage()
3071 forwardClass = OCIType->getInterfaceDecl(); in BuildInstanceMessage()
3081 Method = LookupMethodInQualifiedType(Sel, OCIType, true); in BuildInstanceMessage()
3089 << OCIType->getPointeeType() << Sel << RecRange in BuildInstanceMessage()
3098 if (OCIType->qual_empty()) { in BuildInstanceMessage()
3120 << OCIType->getInterfaceDecl()->getIdentifier() in BuildInstanceMessage()
3188 OCIType = ReceiverType->getAsObjCInterfacePointerType()) { in BuildInstanceMessage() local
3189 if (const ObjCInterfaceDecl *ID = OCIType->getInterfaceDecl()) { in BuildInstanceMessage()