| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 71 const ObjCInterfaceType *Type; 74 ObjCInterfaceCacheEntry(const ObjCInterfaceType *Type, llvm::DIType Decl, in ObjCInterfaceCacheEntry() 134 llvm::DIType CreateType(const ObjCInterfaceType *Ty, llvm::DIFile F); 135 llvm::DIType CreateTypeDefinition(const ObjCInterfaceType *Ty, llvm::DIFile F);
|
| H A D | CodeGenTypes.h | 134 llvm::DenseMap<const ObjCInterfaceType*, llvm::Type *> InterfaceTypes;
|
| H A D | CodeGenTypes.cpp | 554 llvm::Type *&T = InterfaceTypes[cast<ObjCInterfaceType>(Ty)]; in ConvertType()
|
| H A D | ItaniumCXXABI.cpp | 2500 assert(isa<ObjCInterfaceType>(Ty)); in BuildVTablePointer() 2504 if (cast<ObjCInterfaceType>(Ty)->getDecl()->getSuperClass()) { in BuildVTablePointer() 2785 assert(isa<BuiltinType>(T) || isa<ObjCInterfaceType>(T)); in BuildObjCObjectTypeInfo() 2791 ObjCInterfaceDecl *Class = cast<ObjCInterfaceType>(T)->getDecl(); in BuildObjCObjectTypeInfo()
|
| H A D | CGDebugInfo.cpp | 1628 llvm::DIType CGDebugInfo::CreateType(const ObjCInterfaceType *Ty, in CreateType() 1653 llvm::DIType CGDebugInfo::CreateTypeDefinition(const ObjCInterfaceType *Ty, in CreateTypeDefinition() 2095 return cast<ObjCInterfaceType>(Ty)->getDecl(); in getObjCInterfaceDecl() 2124 return CreateType(cast<ObjCInterfaceType>(Ty), Unit); in CreateTypeNode()
|
| H A D | CGObjCGNU.cpp | 1129 const ObjCInterfaceType *IT = PT->getInterfaceType(); in GetEHType()
|
| /minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/ |
| H A D | TransAutoreleasePool.cpp | 397 if (const ObjCInterfaceType *interT = pointee->getAs<ObjCInterfaceType>()) in isNSAutoreleasePool()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | Type.h | 4478 class ObjCInterfaceType : public ObjCObjectType { 4481 ObjCInterfaceType(const ObjCInterfaceDecl *D) 4513 if (const ObjCInterfaceType *T = 4514 getBaseType()->getAs<ObjCInterfaceType>()) 4574 const ObjCInterfaceType *getInterfaceType() const { 4575 return getObjectType()->getBaseType()->getAs<ObjCInterfaceType>(); 5011 return isa<ObjCInterfaceType>(CanonicalType) ||
|
| H A D | CanonicalType.h | 651 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(const ObjCInterfaceType *,
|
| H A D | DataRecursiveASTVisitor.h | 939 DEF_TRAVERSE_TYPE(ObjCInterfaceType, {}) 1165 DEF_TRAVERSE_TYPELOC(ObjCInterfaceType, {})
|
| H A D | RecursiveASTVisitor.h | 1004 DEF_TRAVERSE_TYPE(ObjCInterfaceType, {}) 1230 DEF_TRAVERSE_TYPELOC(ObjCInterfaceType, {})
|
| H A D | TypeLoc.h | 901 ObjCInterfaceType,
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | Type.cpp | 951 = cast<ObjCInterfaceType>(CanonicalType)->getDecl(); in isIncompleteType() 2233 Linkage L = cast<ObjCInterfaceType>(T)->getDecl()->getLinkageInternal(); in computeCachedProperties() 2317 return cast<ObjCInterfaceType>(T)->getDecl()->getLinkageAndVisibility(); in computeLinkageInfo()
|
| H A D | ASTContext.cpp | 1656 const ObjCInterfaceType *ObjCI = cast<ObjCInterfaceType>(T); in getTypeInfoImpl() 3543 if (!NumProtocols && isa<ObjCInterfaceType>(BaseType)) in getObjCObjectType() 3699 void *Mem = Allocate(sizeof(ObjCInterfaceType), TypeAlignment); in getObjCInterfaceType() 3700 ObjCInterfaceType *T = new (Mem) ObjCInterfaceType(Decl); in getObjCInterfaceType() 5537 const ObjCInterfaceType *OIT = T->castAs<ObjCInterfaceType>(); in getObjCEncodingForTypeImpl() 6691 const ObjCInterfaceType* LHS = LHSOPT->getInterfaceType(); in canAssignObjCInterfacesInBlockPointer() 6692 const ObjCInterfaceType* RHS = RHSOPT->getInterfaceType(); in canAssignObjCInterfacesInBlockPointer() 6765 LHS = cast<ObjCInterfaceType>(getObjCInterfaceType(LDecl)); in areCommonBaseCompatible()
|
| H A D | TypePrinter.cpp | 1262 void TypePrinter::printObjCInterfaceBefore(const ObjCInterfaceType *T, in printObjCInterfaceBefore() 1267 void TypePrinter::printObjCInterfaceAfter(const ObjCInterfaceType *T, in printObjCInterfaceAfter()
|
| H A D | ASTImporter.cpp | 76 QualType VisitObjCInterfaceType(const ObjCInterfaceType *T); 793 const ObjCInterfaceType *Iface1 = cast<ObjCInterfaceType>(T1); in IsStructurallyEquivalent() 794 const ObjCInterfaceType *Iface2 = cast<ObjCInterfaceType>(T2); in IsStructurallyEquivalent() 1768 QualType ASTNodeImporter::VisitObjCInterfaceType(const ObjCInterfaceType *T) { in VisitObjCInterfaceType()
|
| H A D | DeclObjC.cpp | 470 cast<ObjCInterfaceType>(TypeForDecl)->Decl = this; in allocateDefinitionData()
|
| H A D | MicrosoftMangle.cpp | 1965 void MicrosoftCXXNameMangler::mangleType(const ObjCInterfaceType *T, in mangleType()
|
| H A D | ASTDumper.cpp | 392 void VisitObjCInterfaceType(const ObjCInterfaceType *T) { in VisitObjCInterfaceType()
|
| H A D | ItaniumMangle.cpp | 2337 void CXXNameMangler::mangleType(const ObjCInterfaceType *T) { in mangleType()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 440 const ObjCInterfaceType *IFaceT = OBJPT->getInterfaceType(); in convertToUnqualifiedObjCType() 459 if (isa<ObjCInterfaceType>(PT->getPointeeType()) || in isObjCType() 5856 const ObjCInterfaceType *iFaceDecl = in RewriteObjCIvarRefExpr() 5857 dyn_cast<ObjCInterfaceType>(BaseExpr->getType()->getPointeeType()); in RewriteObjCIvarRefExpr() 5898 const ObjCInterfaceType *iFaceDecl = in RewriteObjCIvarRefExpr() 5899 dyn_cast<ObjCInterfaceType>(BaseExpr->getType()->getPointeeType()); in RewriteObjCIvarRefExpr()
|
| H A D | RewriteModernObjC.cpp | 540 const ObjCInterfaceType *IFaceT = OBJPT->getInterfaceType(); in convertToUnqualifiedObjCType() 559 if (isa<ObjCInterfaceType>(PT->getPointeeType()) || in isObjCType() 7625 const ObjCInterfaceType *iFaceDecl = in RewriteObjCIvarRefExpr() 7626 dyn_cast<ObjCInterfaceType>(BaseExpr->getType()->getPointeeType()); in RewriteObjCIvarRefExpr()
|
| /minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
| H A D | CXType.cpp | 401 D = cast<ObjCInterfaceType>(TP)->getDecl(); in clang_getTypeDeclaration()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 1170 if (ReceiverType->getAs<ObjCInterfaceType>() || in getMessageSendResultType() 1577 const ObjCInterfaceType *IFaceT = OPT->getInterfaceType(); in HandleExprPropertyRefExpr()
|
| H A D | SemaType.cpp | 5203 const ObjCInterfaceType *IFace = T->getAs<ObjCInterfaceType>(); in RequireCompleteTypeImpl()
|