| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 108 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 D | CodeGenTypes.h | 75 llvm::DenseMap<const ObjCInterfaceType*, llvm::Type *> InterfaceTypes;
|
| H A D | CodeGenTypes.cpp | 717 llvm::Type *&T = InterfaceTypes[cast<ObjCInterfaceType>(Ty)]; in ConvertType()
|
| H A D | ItaniumCXXABI.cpp | 3579 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 D | CGDebugInfo.cpp | 2536 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 D | TransAutoreleasePool.cpp | 396 if (const ObjCInterfaceType *interT = pointee->getAs<ObjCInterfaceType>()) in isNSAutoreleasePool()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TypeNodes.td | 106 def ObjCInterfaceType : TypeNode<ObjCObjectType>, LeafType;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 761 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 D | ASTStructuralEquivalence.cpp | 1148 const auto *Iface1 = cast<ObjCInterfaceType>(T1); in IsStructurallyEquivalent() 1149 const auto *Iface2 = cast<ObjCInterfaceType>(T2); in IsStructurallyEquivalent()
|
| H A D | TypePrinter.cpp | 1750 void TypePrinter::printObjCInterfaceBefore(const ObjCInterfaceType *T, in printObjCInterfaceBefore() 1756 void TypePrinter::printObjCInterfaceAfter(const ObjCInterfaceType *T, in printObjCInterfaceAfter()
|
| H A D | ODRHash.cpp | 945 void VisitObjCInterfaceType(const ObjCInterfaceType *T) { in VisitObjCInterfaceType()
|
| H A D | ASTContext.cpp | 2266 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 D | JSONNodeDumper.cpp | 713 void JSONNodeDumper::VisitObjCInterfaceType(const ObjCInterfaceType *OIT) { in VisitObjCInterfaceType()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TextNodeDumper.h | 321 void VisitObjCInterfaceType(const ObjCInterfaceType *T);
|
| H A D | JSONNodeDumper.h | 226 void VisitObjCInterfaceType(const ObjCInterfaceType *OIT);
|
| H A D | CanonicalType.h | 601 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(const ObjCInterfaceType *,
|
| H A D | Type.h | 6018 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 D | TypeProperties.td | 830 let Class = ObjCInterfaceType in {
|
| H A D | RecursiveASTVisitor.h | 1056 DEF_TRAVERSE_TYPE(ObjCInterfaceType, {}) 1343 DEF_TRAVERSE_TYPELOC(ObjCInterfaceType, {})
|
| H A D | TypeLoc.h | 1042 ObjCInterfaceType,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 836 if (const ObjCInterfaceType *OIT = T->getAs<ObjCInterfaceType>()) { in VisitType()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTSource.cpp | 374 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 D | TypeSystemClang.cpp | 4334 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 D | RewriteObjC.cpp | 441 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 D | RewriteModernObjC.cpp | 534 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()
|