/external/clang/lib/CodeGen/ |
D | CGDebugInfo.h | 82 const ObjCInterfaceType *Type; 85 ObjCInterfaceCacheEntry(const ObjCInterfaceType *Type, llvm::DIType *Decl, in ObjCInterfaceCacheEntry() 153 llvm::DIType *CreateType(const ObjCInterfaceType *Ty, llvm::DIFile *F); 154 llvm::DIType *CreateTypeDefinition(const ObjCInterfaceType *Ty,
|
D | CodeGenTypes.h | 136 llvm::DenseMap<const ObjCInterfaceType*, llvm::Type *> InterfaceTypes;
|
D | CodeGenTypes.cpp | 572 llvm::Type *&T = InterfaceTypes[cast<ObjCInterfaceType>(Ty)]; in ConvertType()
|
D | ItaniumCXXABI.cpp | 2806 assert(isa<ObjCInterfaceType>(Ty)); in BuildVTablePointer() 2810 if (cast<ObjCInterfaceType>(Ty)->getDecl()->getSuperClass()) { in BuildVTablePointer() 3104 assert(isa<BuiltinType>(T) || isa<ObjCInterfaceType>(T)); in BuildObjCObjectTypeInfo() 3110 ObjCInterfaceDecl *Class = cast<ObjCInterfaceType>(T)->getDecl(); in BuildObjCObjectTypeInfo()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDebugInfo.h | 108 const ObjCInterfaceType *Type; 111 ObjCInterfaceCacheEntry(const ObjCInterfaceType *Type, llvm::DIType *Decl, in ObjCInterfaceCacheEntry() 187 llvm::DIType *CreateType(const ObjCInterfaceType *Ty, llvm::DIFile *F); 188 llvm::DIType *CreateTypeDefinition(const ObjCInterfaceType *Ty,
|
D | CodeGenTypes.h | 75 llvm::DenseMap<const ObjCInterfaceType*, llvm::Type *> InterfaceTypes;
|
D | CodeGenTypes.cpp | 708 llvm::Type *&T = InterfaceTypes[cast<ObjCInterfaceType>(Ty)]; in ConvertType()
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | TransAutoreleasePool.cpp | 396 if (const ObjCInterfaceType *interT = pointee->getAs<ObjCInterfaceType>()) in isNSAutoreleasePool()
|
/external/clang/lib/ARCMigrate/ |
D | TransAutoreleasePool.cpp | 397 if (const ObjCInterfaceType *interT = pointee->getAs<ObjCInterfaceType>()) in isNSAutoreleasePool()
|
/external/clang/lib/AST/ |
D | Type.cpp | 579 if (isa<ObjCInterfaceType>(objcObject)) in isSpecialized() 597 if (isa<ObjCInterfaceType>(objcObject)) in getTypeArgs() 614 if (isa<ObjCInterfaceType>(objcObject)) in isKindOfType() 1446 const ObjCInterfaceType *ObjCObjectPointerType::getInterfaceType() const { in getInterfaceType() 1449 ->castAs<ObjCInterfaceType>(); in getInterfaceType() 1959 = cast<ObjCInterfaceType>(CanonicalType)->getDecl(); in isIncompleteType() 3359 Linkage L = cast<ObjCInterfaceType>(T)->getDecl()->getLinkageInternal(); in computeCachedProperties() 3445 return cast<ObjCInterfaceType>(T)->getDecl()->getLinkageAndVisibility(); in computeLinkageInfo()
|
D | TypePrinter.cpp | 1363 void TypePrinter::printObjCInterfaceBefore(const ObjCInterfaceType *T, in printObjCInterfaceBefore() 1368 void TypePrinter::printObjCInterfaceAfter(const ObjCInterfaceType *T, in printObjCInterfaceAfter()
|
/external/clang/lib/Index/ |
D | USRGeneration.cpp | 708 if (const ObjCInterfaceType *OIT = T->getAs<ObjCInterfaceType>()) { in VisitType()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | TypeNodes.td | 106 def ObjCInterfaceType : TypeNode<ObjCObjectType>, LeafType;
|
/external/llvm-project/clang/lib/AST/ |
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() 2268 = cast<ObjCInterfaceType>(CanonicalType)->getDecl(); in isIncompleteType() 3888 Linkage L = cast<ObjCInterfaceType>(T)->getDecl()->getLinkageInternal(); in computeCachedProperties() 3977 return getDeclLinkageAndVisibility(cast<ObjCInterfaceType>(T)->getDecl()); in computeTypeLinkageInfo()
|
/external/llvm-project/clang/include/clang/AST/ |
D | TextNodeDumper.h | 318 void VisitObjCInterfaceType(const ObjCInterfaceType *T);
|
D | JSONNodeDumper.h | 224 void VisitObjCInterfaceType(const ObjCInterfaceType *OIT);
|
D | CanonicalType.h | 601 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(const ObjCInterfaceType *,
|
D | Type.h | 5986 class ObjCInterfaceType : public ObjCObjectType { 5994 ObjCInterfaceType(const ObjCInterfaceDecl *D) 6025 if (const auto *T = dyn_cast<ObjCInterfaceType>(ObjT)) 6089 const ObjCInterfaceType *getInterfaceType() const; 6774 return isa<ObjCInterfaceType>(CanonicalType) ||
|
/external/llvm-project/clang/lib/Index/ |
D | USRGeneration.cpp | 834 if (const ObjCInterfaceType *OIT = T->getAs<ObjCInterfaceType>()) { in VisitType()
|
/external/clang/include/clang/AST/ |
D | CanonicalType.h | 581 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(const ObjCInterfaceType *,
|
D | Type.h | 4939 class ObjCInterfaceType : public ObjCObjectType { 4942 ObjCInterfaceType(const ObjCInterfaceDecl *D) 4976 if (const ObjCInterfaceType *T = dyn_cast<ObjCInterfaceType>(ObjT)) 5043 const ObjCInterfaceType *getInterfaceType() const; 5564 return isa<ObjCInterfaceType>(CanonicalType) ||
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.cpp | 4244 const clang::ObjCInterfaceType *objc_interface_type = in GetNumMemberFunctions() 4248 const_cast<clang::ObjCInterfaceType *>(objc_interface_type)))) { in GetNumMemberFunctions() 4328 const clang::ObjCInterfaceType *objc_interface_type = in GetMemberFunctionAtIndex() 4332 const_cast<clang::ObjCInterfaceType *>(objc_interface_type)))) { in GetMemberFunctionAtIndex() 5439 const clang::ObjCInterfaceType *objc_interface_type = in GetNumFields() 5443 const_cast<clang::ObjCInterfaceType *>(objc_interface_type)))) { in GetNumFields() 5588 const clang::ObjCInterfaceType *objc_interface_type = in GetFieldAtIndex() 5592 const_cast<clang::ObjCInterfaceType *>(objc_interface_type)))) { in GetFieldAtIndex() 5662 const clang::ObjCInterfaceType *objc_interface_type = in GetNumDirectBaseClasses() 5663 qual_type->getAs<clang::ObjCInterfaceType>(); in GetNumDirectBaseClasses() [all …]
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangASTSource.cpp | 372 const ObjCInterfaceType *complete_interface_type = in GetCompleteObjCInterface() 373 dyn_cast<ObjCInterfaceType>(complete_clang_type); in GetCompleteObjCInterface()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 441 const ObjCInterfaceType *IFaceT = OBJPT->getInterfaceType(); in convertToUnqualifiedObjCType() 460 if (isa<ObjCInterfaceType>(PT->getPointeeType()) || in isObjCType() 5817 const ObjCInterfaceType *iFaceDecl = in RewriteObjCIvarRefExpr() 5818 dyn_cast<ObjCInterfaceType>(BaseExpr->getType()->getPointeeType()); in RewriteObjCIvarRefExpr() 5858 const ObjCInterfaceType *iFaceDecl = in RewriteObjCIvarRefExpr() 5859 dyn_cast<ObjCInterfaceType>(BaseExpr->getType()->getPointeeType()); in RewriteObjCIvarRefExpr()
|
/external/llvm-project/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 441 const ObjCInterfaceType *IFaceT = OBJPT->getInterfaceType(); in convertToUnqualifiedObjCType() 460 if (isa<ObjCInterfaceType>(PT->getPointeeType()) || in isObjCType() 5822 const ObjCInterfaceType *iFaceDecl = in RewriteObjCIvarRefExpr() 5823 dyn_cast<ObjCInterfaceType>(BaseExpr->getType()->getPointeeType()); in RewriteObjCIvarRefExpr() 5864 const ObjCInterfaceType *iFaceDecl = in RewriteObjCIvarRefExpr() 5865 dyn_cast<ObjCInterfaceType>(BaseExpr->getType()->getPointeeType()); in RewriteObjCIvarRefExpr()
|