| /openbsd-src/gnu/llvm/clang/lib/ExtractAPI/ |
| H A D | TypedefUnderlyingTypeResolver.cpp | 29 } else if (const ObjCInterfaceType *ObjCITy = in getUnderlyingTypeDecl() 30 Type->getAs<ObjCInterfaceType>()) { in getUnderlyingTypeDecl()
|
| H A D | DeclarationFragments.cpp | 282 if (const auto *ObjCIT = dyn_cast<ObjCInterfaceType>(Base)) { in getFragmentsForType()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 107 const ObjCInterfaceType *Type; 110 ObjCInterfaceCacheEntry(const ObjCInterfaceType *Type, llvm::DIType *Decl, in ObjCInterfaceCacheEntry() 198 llvm::DIType *CreateType(const ObjCInterfaceType *Ty, llvm::DIFile *F); 199 llvm::DIType *CreateTypeDefinition(const ObjCInterfaceType *Ty,
|
| H A D | CodeGenTypes.h | 70 llvm::DenseMap<const ObjCInterfaceType*, llvm::Type *> InterfaceTypes;
|
| H A D | CodeGenTypes.cpp | 739 llvm::Type *&T = InterfaceTypes[cast<ObjCInterfaceType>(Ty)]; in ConvertType()
|
| H A D | ItaniumCXXABI.cpp | 3569 assert(isa<ObjCInterfaceType>(Ty)); in BuildVTablePointer() 3573 if (cast<ObjCInterfaceType>(Ty)->getDecl()->getSuperClass()) { in BuildVTablePointer() 3923 assert(isa<BuiltinType>(T) || isa<ObjCInterfaceType>(T)); in BuildObjCObjectTypeInfo() 3929 ObjCInterfaceDecl *Class = cast<ObjCInterfaceType>(T)->getDecl(); in BuildObjCObjectTypeInfo()
|
| /openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
| H A D | TransAutoreleasePool.cpp | 397 if (const ObjCInterfaceType *interT = pointee->getAs<ObjCInterfaceType>()) in isNSAutoreleasePool()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | Type.cpp | 764 if (isa<ObjCInterfaceType>(objcObject)) in isSpecialized() 782 if (isa<ObjCInterfaceType>(objcObject)) in getTypeArgs() 799 if (isa<ObjCInterfaceType>(objcObject)) in isKindOfType() 827 ObjCInterfaceDecl *ObjCInterfaceType::getDecl() const { in getDecl() 1700 const ObjCInterfaceType *ObjCObjectPointerType::getInterfaceType() const { in getInterfaceType() 1703 ->castAs<ObjCInterfaceType>(); in getInterfaceType() 2321 = cast<ObjCInterfaceType>(CanonicalType)->getDecl(); in isIncompleteType() 4057 Linkage L = cast<ObjCInterfaceType>(T)->getDecl()->getLinkageInternal(); in computeCachedProperties() 4146 return getDeclLinkageAndVisibility(cast<ObjCInterfaceType>(T)->getDecl()); in computeTypeLinkageInfo()
|
| H A D | ASTStructuralEquivalence.cpp | 1209 const auto *Iface1 = cast<ObjCInterfaceType>(T1); in IsStructurallyEquivalent() 1210 const auto *Iface2 = cast<ObjCInterfaceType>(T2); in IsStructurallyEquivalent()
|
| H A D | TypePrinter.cpp | 1823 void TypePrinter::printObjCInterfaceBefore(const ObjCInterfaceType *T, in printObjCInterfaceBefore() 1829 void TypePrinter::printObjCInterfaceAfter(const ObjCInterfaceType *T, in printObjCInterfaceAfter()
|
| H A D | ODRHash.cpp | 1100 void VisitObjCInterfaceType(const ObjCInterfaceType *T) { in VisitObjCInterfaceType()
|
| H A D | ASTContext.cpp | 2303 const auto *ObjCI = cast<ObjCInterfaceType>(T); in getTypeInfoImpl() 2454 } else if (const auto *ObjCI = T->getAs<ObjCInterfaceType>()) { in getTypeUnadjustedAlign() 5311 isa<ObjCInterfaceType>(baseType)) in getObjCObjectType() 5609 void *Mem = Allocate(sizeof(ObjCInterfaceType), TypeAlignment); in getObjCInterfaceType() 5610 auto *T = new (Mem) ObjCInterfaceType(Decl); in getObjCInterfaceType() 9779 const ObjCInterfaceType* LHS = LHSOPT->getInterfaceType(); in canAssignObjCInterfacesInBlockPointer() 9780 const ObjCInterfaceType* RHS = RHSOPT->getInterfaceType(); in canAssignObjCInterfacesInBlockPointer()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | TypeNodes.td | 108 def ObjCInterfaceType : TypeNode<ObjCObjectType>, LeafType;
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | TextNodeDumper.h | 328 void VisitObjCInterfaceType(const ObjCInterfaceType *T);
|
| H A D | JSONNodeDumper.h | 230 void VisitObjCInterfaceType(const ObjCInterfaceType *OIT);
|
| H A D | CanonicalType.h | 600 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(const ObjCInterfaceType *,
|
| H A D | Type.h | 6225 class ObjCInterfaceType : public ObjCObjectType { 6232 ObjCInterfaceType(const ObjCInterfaceDecl *D) 6263 if (const auto *T = dyn_cast<ObjCInterfaceType>(ObjT)) 6327 const ObjCInterfaceType *getInterfaceType() const; 7031 return isa<ObjCInterfaceType>(CanonicalType) ||
|
| H A D | TypeProperties.td | 870 let Class = ObjCInterfaceType in {
|
| H A D | RecursiveASTVisitor.h | 1137 DEF_TRAVERSE_TYPE(ObjCInterfaceType, {}) 1433 DEF_TRAVERSE_TYPELOC(ObjCInterfaceType, {})
|
| /openbsd-src/gnu/llvm/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 878 if (const ObjCInterfaceType *OIT = T->getAs<ObjCInterfaceType>()) { in VisitType()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTSource.cpp | 375 const ObjCInterfaceType *complete_interface_type = in GetCompleteObjCInterface() 376 dyn_cast<ObjCInterfaceType>(complete_clang_type); in GetCompleteObjCInterface()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 4415 const clang::ObjCInterfaceType *objc_interface_type = in GetNumMemberFunctions() 4419 const_cast<clang::ObjCInterfaceType *>(objc_interface_type)))) { in GetNumMemberFunctions() 4499 const clang::ObjCInterfaceType *objc_interface_type = in GetMemberFunctionAtIndex() 4503 const_cast<clang::ObjCInterfaceType *>(objc_interface_type)))) { in GetMemberFunctionAtIndex() 5660 const clang::ObjCInterfaceType *objc_interface_type = in GetNumFields() 5664 const_cast<clang::ObjCInterfaceType *>(objc_interface_type)))) { in GetNumFields() 5809 const clang::ObjCInterfaceType *objc_interface_type = in GetFieldAtIndex() 5813 const_cast<clang::ObjCInterfaceType *>(objc_interface_type)))) { in GetFieldAtIndex() 5885 const clang::ObjCInterfaceType *objc_interface_type = in GetNumDirectBaseClasses() 5886 qual_type->getAs<clang::ObjCInterfaceType>(); in GetNumDirectBaseClasses() [all …]
|
| /openbsd-src/gnu/llvm/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 | 535 const ObjCInterfaceType *IFaceT = OBJPT->getInterfaceType(); in convertToUnqualifiedObjCType() 554 if (isa<ObjCInterfaceType>(PT->getPointeeType()) || in isObjCType() 7457 const ObjCInterfaceType *iFaceDecl = in RewriteObjCIvarRefExpr() 7458 dyn_cast<ObjCInterfaceType>(BaseExpr->getType()->getPointeeType()); in RewriteObjCIvarRefExpr()
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CXType.cpp | 518 D = cast<ObjCInterfaceType>(TP)->getDecl(); in clang_getTypeDeclaration()
|