Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DTypedefUnderlyingTypeResolver.cpp29 } else if (const ObjCInterfaceType *ObjCITy = in getUnderlyingTypeDecl()
30 Type->getAs<ObjCInterfaceType>()) { in getUnderlyingTypeDecl()
H A DDeclarationFragments.cpp282 if (const auto *ObjCIT = dyn_cast<ObjCInterfaceType>(Base)) { in getFragmentsForType()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.h107 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 DCodeGenTypes.h70 llvm::DenseMap<const ObjCInterfaceType*, llvm::Type *> InterfaceTypes;
H A DCodeGenTypes.cpp739 llvm::Type *&T = InterfaceTypes[cast<ObjCInterfaceType>(Ty)]; in ConvertType()
H A DItaniumCXXABI.cpp3569 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 DTransAutoreleasePool.cpp397 if (const ObjCInterfaceType *interT = pointee->getAs<ObjCInterfaceType>()) in isNSAutoreleasePool()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp764 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 DASTStructuralEquivalence.cpp1209 const auto *Iface1 = cast<ObjCInterfaceType>(T1); in IsStructurallyEquivalent()
1210 const auto *Iface2 = cast<ObjCInterfaceType>(T2); in IsStructurallyEquivalent()
H A DTypePrinter.cpp1823 void TypePrinter::printObjCInterfaceBefore(const ObjCInterfaceType *T, in printObjCInterfaceBefore()
1829 void TypePrinter::printObjCInterfaceAfter(const ObjCInterfaceType *T, in printObjCInterfaceAfter()
H A DODRHash.cpp1100 void VisitObjCInterfaceType(const ObjCInterfaceType *T) { in VisitObjCInterfaceType()
H A DASTContext.cpp2303 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 DTypeNodes.td108 def ObjCInterfaceType : TypeNode<ObjCObjectType>, LeafType;
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTextNodeDumper.h328 void VisitObjCInterfaceType(const ObjCInterfaceType *T);
H A DJSONNodeDumper.h230 void VisitObjCInterfaceType(const ObjCInterfaceType *OIT);
H A DCanonicalType.h600 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(const ObjCInterfaceType *,
H A DType.h6225 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 DTypeProperties.td870 let Class = ObjCInterfaceType in {
H A DRecursiveASTVisitor.h1137 DEF_TRAVERSE_TYPE(ObjCInterfaceType, {})
1433 DEF_TRAVERSE_TYPELOC(ObjCInterfaceType, {})
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DUSRGeneration.cpp878 if (const ObjCInterfaceType *OIT = T->getAs<ObjCInterfaceType>()) { in VisitType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp375 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 DTypeSystemClang.cpp4415 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 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.cpp535 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 DCXType.cpp518 D = cast<ObjCInterfaceType>(TP)->getDecl(); in clang_getTypeDeclaration()

12