Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h605 getInterfaceType)
H A DType.h7797 const ObjCInterfaceType *getInterfaceType() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3775 clang::QualType(obj_pointer_type->getInterfaceType(), 0) in IsObjCObjectPointerType()
4416 objc_class_type->getInterfaceType(); in GetNumMemberFunctions()
4500 objc_class_type->getInterfaceType(); in GetMemberFunctionAtIndex()
5597 objc_class_type->getInterfaceType(); in GetNumFields()
5746 objc_class_type->getInterfaceType(); in GetFieldAtIndex()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1845 const ObjCInterfaceType *ObjCObjectPointerType::getInterfaceType() const { in getInterfaceType() function in ObjCObjectPointerType
1908 if (OPT->getInterfaceType()) in getAsObjCInterfacePointerType()
H A DASTContext.cpp10760 if (lhs->getInterfaceType()) { in ObjCQualifiedIdTypesAreCompatible()
10909 const ObjCInterfaceType* LHS = LHSOPT->getInterfaceType(); in canAssignObjCInterfacesInBlockPointer()
10910 const ObjCInterfaceType* RHS = RHSOPT->getInterfaceType(); in canAssignObjCInterfacesInBlockPointer()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3721 ObjectType = QualType(ObjCPtr->getInterfaceType(), 0); in SelectorsForTypoCorrection()
5188 } else if (!T->castAs<ObjCObjectPointerType>()->getInterfaceType()) { in BuildObjCExceptionDecl()
H A DSemaExprObjC.cpp1981 const ObjCInterfaceType *IFaceT = OPT->getInterfaceType(); in HandleExprPropertyRefExpr()
H A DSemaOverload.cpp3072 const ObjCInterfaceType* LHS = ToObjCPtr->getInterfaceType(); in isObjCPointerConversion()
3073 const ObjCInterfaceType* RHS = FromObjCPtr->getInterfaceType(); in isObjCPointerConversion()
H A DSemaExpr.cpp17137 DstType->castAs<ObjCObjectPointerType>()->getInterfaceType()) in DiagnoseAssignmentResult()
17148 SrcType->castAs<ObjCObjectPointerType>()->getInterfaceType()) in DiagnoseAssignmentResult()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp2013 ObjPtrTy ? ObjPtrTy->getInterfaceType() : nullptr; in EmitObjCForCollectionStmt()
H A DCGObjCGNU.cpp2649 const ObjCInterfaceType *IT = PT->getInterfaceType(); in GetEHType()
H A DCGObjCMac.cpp7644 const ObjCInterfaceType *IT = PT->getInterfaceType(); in GetEHType()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp439 const ObjCInterfaceType *IFaceT = OBJPT->getInterfaceType(); in convertToUnqualifiedObjCType()
H A DRewriteModernObjC.cpp533 const ObjCInterfaceType *IFaceT = OBJPT->getInterfaceType(); in convertToUnqualifiedObjCType()