Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h601 getInterfaceType)
H A DType.h6527 const ObjCInterfaceType *getInterfaceType() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3712 clang::QualType(obj_pointer_type->getInterfaceType(), 0) in IsObjCObjectPointerType()
4341 objc_class_type->getInterfaceType(); in GetNumMemberFunctions()
4425 objc_class_type->getInterfaceType(); in GetMemberFunctionAtIndex()
5536 objc_class_type->getInterfaceType(); in GetNumFields()
5685 objc_class_type->getInterfaceType(); in GetFieldAtIndex()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1736 const ObjCInterfaceType *ObjCObjectPointerType::getInterfaceType() const { in getInterfaceType() function in ObjCObjectPointerType
1798 if (OPT->getInterfaceType()) in getAsObjCInterfacePointerType()
H A DASTContext.cpp9737 if (lhs->getInterfaceType()) { in ObjCQualifiedIdTypesAreCompatible()
9886 const ObjCInterfaceType* LHS = LHSOPT->getInterfaceType(); in canAssignObjCInterfacesInBlockPointer()
9887 const ObjCInterfaceType* RHS = RHSOPT->getInterfaceType(); in canAssignObjCInterfacesInBlockPointer()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3716 ObjectType = QualType(ObjCPtr->getInterfaceType(), 0); in SelectorsForTypoCorrection()
5168 } else if (!T->castAs<ObjCObjectPointerType>()->getInterfaceType()) { in BuildObjCExceptionDecl()
H A DSemaExprObjC.cpp1982 const ObjCInterfaceType *IFaceT = OPT->getInterfaceType(); in HandleExprPropertyRefExpr()
H A DSemaOverload.cpp2760 const ObjCInterfaceType* LHS = ToObjCPtr->getInterfaceType(); in isObjCPointerConversion()
2761 const ObjCInterfaceType* RHS = FromObjCPtr->getInterfaceType(); in isObjCPointerConversion()
H A DSemaExpr.cpp17816 DstType->castAs<ObjCObjectPointerType>()->getInterfaceType()) in DiagnoseAssignmentResult()
17827 SrcType->castAs<ObjCObjectPointerType>()->getInterfaceType()) in DiagnoseAssignmentResult()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1968 ObjPtrTy ? ObjPtrTy->getInterfaceType() : nullptr; in EmitObjCForCollectionStmt()
H A DCGObjCGNU.cpp2549 const ObjCInterfaceType *IT = PT->getInterfaceType(); in GetEHType()
H A DCGObjCMac.cpp7751 const ObjCInterfaceType *IT = PT->getInterfaceType(); in GetEHType()
/freebsd-14.2/contrib/llvm-project/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()