Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h602 getInterfaceType)
H A DType.h6121 const ObjCInterfaceType *getInterfaceType() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1670 const ObjCInterfaceType *ObjCObjectPointerType::getInterfaceType() const { in getInterfaceType() function in ObjCObjectPointerType
1732 if (OPT->getInterfaceType()) in getAsObjCInterfacePointerType()
H A DASTContext.cpp8887 if (lhs->getInterfaceType()) { in ObjCQualifiedIdTypesAreCompatible()
9036 const ObjCInterfaceType* LHS = LHSOPT->getInterfaceType(); in canAssignObjCInterfacesInBlockPointer()
9037 const ObjCInterfaceType* RHS = RHSOPT->getInterfaceType(); in canAssignObjCInterfacesInBlockPointer()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3723 clang::QualType(obj_pointer_type->getInterfaceType(), 0) in IsObjCObjectPointerType()
4335 objc_class_type->getInterfaceType(); in GetNumMemberFunctions()
4419 objc_class_type->getInterfaceType(); in GetMemberFunctionAtIndex()
5567 objc_class_type->getInterfaceType(); in GetNumFields()
5716 objc_class_type->getInterfaceType(); in GetFieldAtIndex()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3701 ObjectType = QualType(ObjCPtr->getInterfaceType(), 0); in SelectorsForTypoCorrection()
5148 } else if (!T->castAs<ObjCObjectPointerType>()->getInterfaceType()) { in BuildObjCExceptionDecl()
H A DSemaExprObjC.cpp1982 const ObjCInterfaceType *IFaceT = OPT->getInterfaceType(); in HandleExprPropertyRefExpr()
H A DSemaOverload.cpp2528 const ObjCInterfaceType* LHS = ToObjCPtr->getInterfaceType(); in isObjCPointerConversion()
2529 const ObjCInterfaceType* RHS = FromObjCPtr->getInterfaceType(); in isObjCPointerConversion()
H A DSemaExpr.cpp16161 DstType->castAs<ObjCObjectPointerType>()->getInterfaceType()) in DiagnoseAssignmentResult()
16172 SrcType->castAs<ObjCObjectPointerType>()->getInterfaceType()) in DiagnoseAssignmentResult()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1922 ObjPtrTy ? ObjPtrTy->getInterfaceType() : nullptr; in EmitObjCForCollectionStmt()
H A DCGObjCGNU.cpp2426 const ObjCInterfaceType *IT = PT->getInterfaceType(); in GetEHType()
H A DCGObjCMac.cpp7824 const ObjCInterfaceType *IT = PT->getInterfaceType(); in GetEHType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp441 const ObjCInterfaceType *IFaceT = OBJPT->getInterfaceType(); in convertToUnqualifiedObjCType()
H A DRewriteModernObjC.cpp534 const ObjCInterfaceType *IFaceT = OBJPT->getInterfaceType(); in convertToUnqualifiedObjCType()