Home
last modified time | relevance | path

Searched refs:ObjCInterfaceType (Results 1 – 25 of 40) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h108 const ObjCInterfaceType *Type;
111 ObjCInterfaceCacheEntry(const ObjCInterfaceType *Type, llvm::DIType *Decl, in ObjCInterfaceCacheEntry()
196 llvm::DIType *CreateType(const ObjCInterfaceType *Ty, llvm::DIFile *F);
197 llvm::DIType *CreateTypeDefinition(const ObjCInterfaceType *Ty,
H A DCodeGenTypes.h75 llvm::DenseMap<const ObjCInterfaceType*, llvm::Type *> InterfaceTypes;
H A DCodeGenTypes.cpp717 llvm::Type *&T = InterfaceTypes[cast<ObjCInterfaceType>(Ty)]; in ConvertType()
H A DItaniumCXXABI.cpp3579 assert(isa<ObjCInterfaceType>(Ty)); in BuildVTablePointer()
3583 if (cast<ObjCInterfaceType>(Ty)->getDecl()->getSuperClass()) { in BuildVTablePointer()
3931 assert(isa<BuiltinType>(T) || isa<ObjCInterfaceType>(T)); in BuildObjCObjectTypeInfo()
3937 ObjCInterfaceDecl *Class = cast<ObjCInterfaceType>(T)->getDecl(); in BuildObjCObjectTypeInfo()
H A DCGDebugInfo.cpp2536 llvm::DIType *CGDebugInfo::CreateType(const ObjCInterfaceType *Ty, in CreateType()
2666 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const ObjCInterfaceType *Ty, in CreateTypeDefinition()
3300 return CreateType(cast<ObjCInterfaceType>(Ty), Unit); in CreateTypeNode()
/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp396 if (const ObjCInterfaceType *interT = pointee->getAs<ObjCInterfaceType>()) in isNSAutoreleasePool()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTypeNodes.td106 def ObjCInterfaceType : TypeNode<ObjCObjectType>, LeafType;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp761 if (isa<ObjCInterfaceType>(objcObject)) in isSpecialized()
779 if (isa<ObjCInterfaceType>(objcObject)) in getTypeArgs()
796 if (isa<ObjCInterfaceType>(objcObject)) in isKindOfType()
1670 const ObjCInterfaceType *ObjCObjectPointerType::getInterfaceType() const { in getInterfaceType()
1673 ->castAs<ObjCInterfaceType>(); in getInterfaceType()
2273 = cast<ObjCInterfaceType>(CanonicalType)->getDecl(); in isIncompleteType()
3902 Linkage L = cast<ObjCInterfaceType>(T)->getDecl()->getLinkageInternal(); in computeCachedProperties()
3991 return getDeclLinkageAndVisibility(cast<ObjCInterfaceType>(T)->getDecl()); in computeTypeLinkageInfo()
H A DASTStructuralEquivalence.cpp1148 const auto *Iface1 = cast<ObjCInterfaceType>(T1); in IsStructurallyEquivalent()
1149 const auto *Iface2 = cast<ObjCInterfaceType>(T2); in IsStructurallyEquivalent()
H A DTypePrinter.cpp1750 void TypePrinter::printObjCInterfaceBefore(const ObjCInterfaceType *T, in printObjCInterfaceBefore()
1756 void TypePrinter::printObjCInterfaceAfter(const ObjCInterfaceType *T, in printObjCInterfaceAfter()
H A DODRHash.cpp945 void VisitObjCInterfaceType(const ObjCInterfaceType *T) { in VisitObjCInterfaceType()
H A DASTContext.cpp2266 const auto *ObjCI = cast<ObjCInterfaceType>(T); in getTypeInfoImpl()
2408 } else if (const auto *ObjCI = T->getAs<ObjCInterfaceType>()) { in getTypeUnadjustedAlign()
5103 isa<ObjCInterfaceType>(baseType)) in getObjCObjectType()
5404 void *Mem = Allocate(sizeof(ObjCInterfaceType), TypeAlignment); in getObjCInterfaceType()
5405 auto *T = new (Mem) ObjCInterfaceType(Decl); in getObjCInterfaceType()
9036 const ObjCInterfaceType* LHS = LHSOPT->getInterfaceType(); in canAssignObjCInterfacesInBlockPointer()
9037 const ObjCInterfaceType* RHS = RHSOPT->getInterfaceType(); in canAssignObjCInterfacesInBlockPointer()
H A DJSONNodeDumper.cpp713 void JSONNodeDumper::VisitObjCInterfaceType(const ObjCInterfaceType *OIT) { in VisitObjCInterfaceType()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h321 void VisitObjCInterfaceType(const ObjCInterfaceType *T);
H A DJSONNodeDumper.h226 void VisitObjCInterfaceType(const ObjCInterfaceType *OIT);
H A DCanonicalType.h601 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(const ObjCInterfaceType *,
H A DType.h6018 class ObjCInterfaceType : public ObjCObjectType {
6026 ObjCInterfaceType(const ObjCInterfaceDecl *D)
6057 if (const auto *T = dyn_cast<ObjCInterfaceType>(ObjT))
6121 const ObjCInterfaceType *getInterfaceType() const;
6806 return isa<ObjCInterfaceType>(CanonicalType) ||
H A DTypeProperties.td830 let Class = ObjCInterfaceType in {
H A DRecursiveASTVisitor.h1056 DEF_TRAVERSE_TYPE(ObjCInterfaceType, {})
1343 DEF_TRAVERSE_TYPELOC(ObjCInterfaceType, {})
H A DTypeLoc.h1042 ObjCInterfaceType,
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp836 if (const ObjCInterfaceType *OIT = T->getAs<ObjCInterfaceType>()) { in VisitType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp374 const ObjCInterfaceType *complete_interface_type = in GetCompleteObjCInterface()
375 dyn_cast<ObjCInterfaceType>(complete_clang_type); in GetCompleteObjCInterface()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4334 const clang::ObjCInterfaceType *objc_interface_type = in GetNumMemberFunctions()
4338 const_cast<clang::ObjCInterfaceType *>(objc_interface_type)))) { in GetNumMemberFunctions()
4418 const clang::ObjCInterfaceType *objc_interface_type = in GetMemberFunctionAtIndex()
4422 const_cast<clang::ObjCInterfaceType *>(objc_interface_type)))) { in GetMemberFunctionAtIndex()
5566 const clang::ObjCInterfaceType *objc_interface_type = in GetNumFields()
5570 const_cast<clang::ObjCInterfaceType *>(objc_interface_type)))) { in GetNumFields()
5715 const clang::ObjCInterfaceType *objc_interface_type = in GetFieldAtIndex()
5719 const_cast<clang::ObjCInterfaceType *>(objc_interface_type)))) { in GetFieldAtIndex()
5789 const clang::ObjCInterfaceType *objc_interface_type = in GetNumDirectBaseClasses()
5790 qual_type->getAs<clang::ObjCInterfaceType>(); in GetNumDirectBaseClasses()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp441 const ObjCInterfaceType *IFaceT = OBJPT->getInterfaceType(); in convertToUnqualifiedObjCType()
460 if (isa<ObjCInterfaceType>(PT->getPointeeType()) || in isObjCType()
5810 const ObjCInterfaceType *iFaceDecl = in RewriteObjCIvarRefExpr()
5811 dyn_cast<ObjCInterfaceType>(BaseExpr->getType()->getPointeeType()); in RewriteObjCIvarRefExpr()
5852 const ObjCInterfaceType *iFaceDecl = in RewriteObjCIvarRefExpr()
5853 dyn_cast<ObjCInterfaceType>(BaseExpr->getType()->getPointeeType()); in RewriteObjCIvarRefExpr()
H A DRewriteModernObjC.cpp534 const ObjCInterfaceType *IFaceT = OBJPT->getInterfaceType(); in convertToUnqualifiedObjCType()
553 if (isa<ObjCInterfaceType>(PT->getPointeeType()) || in isObjCType()
7457 const ObjCInterfaceType *iFaceDecl = in RewriteObjCIvarRefExpr()
7458 dyn_cast<ObjCInterfaceType>(BaseExpr->getType()->getPointeeType()); in RewriteObjCIvarRefExpr()

12