Home
last modified time | relevance | path

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

123

/external/clang/lib/CodeGen/
DCGDebugInfo.h82 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,
DCodeGenTypes.h136 llvm::DenseMap<const ObjCInterfaceType*, llvm::Type *> InterfaceTypes;
DCodeGenTypes.cpp572 llvm::Type *&T = InterfaceTypes[cast<ObjCInterfaceType>(Ty)]; in ConvertType()
DItaniumCXXABI.cpp2806 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/
DCGDebugInfo.h108 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,
DCodeGenTypes.h75 llvm::DenseMap<const ObjCInterfaceType*, llvm::Type *> InterfaceTypes;
DCodeGenTypes.cpp708 llvm::Type *&T = InterfaceTypes[cast<ObjCInterfaceType>(Ty)]; in ConvertType()
/external/llvm-project/clang/lib/ARCMigrate/
DTransAutoreleasePool.cpp396 if (const ObjCInterfaceType *interT = pointee->getAs<ObjCInterfaceType>()) in isNSAutoreleasePool()
/external/clang/lib/ARCMigrate/
DTransAutoreleasePool.cpp397 if (const ObjCInterfaceType *interT = pointee->getAs<ObjCInterfaceType>()) in isNSAutoreleasePool()
/external/clang/lib/AST/
DType.cpp579 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()
DTypePrinter.cpp1363 void TypePrinter::printObjCInterfaceBefore(const ObjCInterfaceType *T, in printObjCInterfaceBefore()
1368 void TypePrinter::printObjCInterfaceAfter(const ObjCInterfaceType *T, in printObjCInterfaceAfter()
/external/clang/lib/Index/
DUSRGeneration.cpp708 if (const ObjCInterfaceType *OIT = T->getAs<ObjCInterfaceType>()) { in VisitType()
/external/llvm-project/clang/include/clang/Basic/
DTypeNodes.td106 def ObjCInterfaceType : TypeNode<ObjCObjectType>, LeafType;
/external/llvm-project/clang/lib/AST/
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()
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/
DTextNodeDumper.h318 void VisitObjCInterfaceType(const ObjCInterfaceType *T);
DJSONNodeDumper.h224 void VisitObjCInterfaceType(const ObjCInterfaceType *OIT);
DCanonicalType.h601 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(const ObjCInterfaceType *,
DType.h5986 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/
DUSRGeneration.cpp834 if (const ObjCInterfaceType *OIT = T->getAs<ObjCInterfaceType>()) { in VisitType()
/external/clang/include/clang/AST/
DCanonicalType.h581 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(const ObjCInterfaceType *,
DType.h4939 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/
DTypeSystemClang.cpp4244 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/
DClangASTSource.cpp372 const ObjCInterfaceType *complete_interface_type = in GetCompleteObjCInterface()
373 dyn_cast<ObjCInterfaceType>(complete_clang_type); in GetCompleteObjCInterface()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp441 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/
DRewriteObjC.cpp441 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()

123