Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DCanonicalType.h602 getInterfaceType)
H A DType.h6253 const ObjCInterfaceType *getInterfaceType() const;
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp1676 const ObjCInterfaceType *ObjCObjectPointerType::getInterfaceType() const { in getInterfaceType() function in ObjCObjectPointerType
1738 if (OPT->getInterfaceType()) in getAsObjCInterfacePointerType()
H A DASTContext.cpp9518 if (lhs->getInterfaceType()) { in ObjCQualifiedIdTypesAreCompatible()
9667 const ObjCInterfaceType* LHS = LHSOPT->getInterfaceType(); in canAssignObjCInterfacesInBlockPointer()
9668 const ObjCInterfaceType* RHS = RHSOPT->getInterfaceType(); in canAssignObjCInterfacesInBlockPointer()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3747 clang::QualType(obj_pointer_type->getInterfaceType(), 0) in IsObjCObjectPointerType()
4367 objc_class_type->getInterfaceType(); in GetNumMemberFunctions()
4451 objc_class_type->getInterfaceType(); in GetMemberFunctionAtIndex()
5608 objc_class_type->getInterfaceType(); in GetNumFields()
5757 objc_class_type->getInterfaceType(); in GetFieldAtIndex()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp3709 ObjectType = QualType(ObjCPtr->getInterfaceType(), 0); in SelectorsForTypoCorrection()
5156 } else if (!T->castAs<ObjCObjectPointerType>()->getInterfaceType()) { in BuildObjCExceptionDecl()
H A DSemaExprObjC.cpp1982 const ObjCInterfaceType *IFaceT = OPT->getInterfaceType(); in HandleExprPropertyRefExpr()
H A DSemaOverload.cpp2529 const ObjCInterfaceType* LHS = ToObjCPtr->getInterfaceType(); in isObjCPointerConversion()
2530 const ObjCInterfaceType* RHS = FromObjCPtr->getInterfaceType(); in isObjCPointerConversion()
H A DSemaExpr.cpp17022 DstType->castAs<ObjCObjectPointerType>()->getInterfaceType()) in DiagnoseAssignmentResult()
17033 SrcType->castAs<ObjCObjectPointerType>()->getInterfaceType()) in DiagnoseAssignmentResult()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjC.cpp1927 ObjPtrTy ? ObjPtrTy->getInterfaceType() : nullptr; in EmitObjCForCollectionStmt()
H A DCGObjCGNU.cpp2435 const ObjCInterfaceType *IT = PT->getInterfaceType(); in GetEHType()
H A DCGObjCMac.cpp7796 const ObjCInterfaceType *IT = PT->getInterfaceType(); in GetEHType()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp441 const ObjCInterfaceType *IFaceT = OBJPT->getInterfaceType(); in convertToUnqualifiedObjCType()
H A DRewriteModernObjC.cpp535 const ObjCInterfaceType *IFaceT = OBJPT->getInterfaceType(); in convertToUnqualifiedObjCType()