Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h601 getInterfaceType)
H A DType.h7441 const ObjCInterfaceType *getInterfaceType() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3749 clang::QualType(obj_pointer_type->getInterfaceType(), 0) in IsObjCObjectPointerType()
4385 objc_class_type->getInterfaceType(); in GetNumMemberFunctions()
4469 objc_class_type->getInterfaceType(); in GetMemberFunctionAtIndex()
5623 objc_class_type->getInterfaceType(); in GetNumFields()
5772 objc_class_type->getInterfaceType(); in GetFieldAtIndex()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1799 const ObjCInterfaceType *ObjCObjectPointerType::getInterfaceType() const { in getInterfaceType() function in ObjCObjectPointerType
1861 if (OPT->getInterfaceType()) in getAsObjCInterfacePointerType()
H A DASTContext.cpp10187 if (lhs->getInterfaceType()) { in ObjCQualifiedIdTypesAreCompatible()
10336 const ObjCInterfaceType* LHS = LHSOPT->getInterfaceType(); in canAssignObjCInterfacesInBlockPointer()
10337 const ObjCInterfaceType* RHS = RHSOPT->getInterfaceType(); in canAssignObjCInterfacesInBlockPointer()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3719 ObjectType = QualType(ObjCPtr->getInterfaceType(), 0); in SelectorsForTypoCorrection()
5184 } else if (!T->castAs<ObjCObjectPointerType>()->getInterfaceType()) { in BuildObjCExceptionDecl()
H A DSemaExprObjC.cpp1994 const ObjCInterfaceType *IFaceT = OPT->getInterfaceType(); in HandleExprPropertyRefExpr()
H A DSemaOverload.cpp2895 const ObjCInterfaceType* LHS = ToObjCPtr->getInterfaceType(); in isObjCPointerConversion()
2896 const ObjCInterfaceType* RHS = FromObjCPtr->getInterfaceType(); in isObjCPointerConversion()
H A DSemaExpr.cpp16759 DstType->castAs<ObjCObjectPointerType>()->getInterfaceType()) in DiagnoseAssignmentResult()
16770 SrcType->castAs<ObjCObjectPointerType>()->getInterfaceType()) in DiagnoseAssignmentResult()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1969 ObjPtrTy ? ObjPtrTy->getInterfaceType() : nullptr; in EmitObjCForCollectionStmt()
H A DCGObjCGNU.cpp2548 const ObjCInterfaceType *IT = PT->getInterfaceType(); in GetEHType()
H A DCGObjCMac.cpp7757 const ObjCInterfaceType *IT = PT->getInterfaceType(); in GetEHType()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp534 const ObjCInterfaceType *IFaceT = OBJPT->getInterfaceType(); in convertToUnqualifiedObjCType()