Searched refs:ObjCInterfaceType (Results 1 – 25 of 33) sorted by relevance
12
/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()
|
D | CGDebugInfo.cpp | 1793 llvm::DIType *CGDebugInfo::CreateType(const ObjCInterfaceType *Ty, in CreateType() 1887 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const ObjCInterfaceType *Ty, in CreateTypeDefinition() 2416 return CreateType(cast<ObjCInterfaceType>(Ty), Unit); in CreateTypeNode()
|
D | CGObjCGNU.cpp | 1176 const ObjCInterfaceType *IT = PT->getInterfaceType(); in GetEHType()
|
/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()
|
D | ASTContext.cpp | 1740 const ObjCInterfaceType *ObjCI = cast<ObjCInterfaceType>(T); in getTypeInfoImpl() 3729 isa<ObjCInterfaceType>(baseType)) in getObjCObjectType() 3914 void *Mem = Allocate(sizeof(ObjCInterfaceType), TypeAlignment); in getObjCInterfaceType() 3915 ObjCInterfaceType *T = new (Mem) ObjCInterfaceType(Decl); in getObjCInterfaceType() 7029 const ObjCInterfaceType* LHS = LHSOPT->getInterfaceType(); in canAssignObjCInterfacesInBlockPointer() 7030 const ObjCInterfaceType* RHS = RHSOPT->getInterfaceType(); in canAssignObjCInterfacesInBlockPointer()
|
D | ASTImporter.cpp | 78 QualType VisitObjCInterfaceType(const ObjCInterfaceType *T); 892 const ObjCInterfaceType *Iface1 = cast<ObjCInterfaceType>(T1); in IsStructurallyEquivalent() 893 const ObjCInterfaceType *Iface2 = cast<ObjCInterfaceType>(T2); in IsStructurallyEquivalent() 1949 QualType ASTNodeImporter::VisitObjCInterfaceType(const ObjCInterfaceType *T) { in VisitObjCInterfaceType()
|
D | DeclObjC.cpp | 578 cast<ObjCInterfaceType>(TypeForDecl)->Decl = this; in allocateDefinitionData()
|
D | ASTDumper.cpp | 398 void VisitObjCInterfaceType(const ObjCInterfaceType *T) { in VisitObjCInterfaceType()
|
D | MicrosoftMangle.cpp | 2309 void MicrosoftCXXNameMangler::mangleType(const ObjCInterfaceType *T, Qualifiers, in mangleType()
|
D | ItaniumMangle.cpp | 2883 void CXXNameMangler::mangleType(const ObjCInterfaceType *T) { in mangleType()
|
/external/clang/lib/Index/ |
D | USRGeneration.cpp | 708 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) ||
|
D | RecursiveASTVisitor.h | 1037 DEF_TRAVERSE_TYPE(ObjCInterfaceType, {}) 1268 DEF_TRAVERSE_TYPELOC(ObjCInterfaceType, {})
|
D | TypeLoc.h | 983 ObjCInterfaceType,
|
/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()
|
D | RewriteModernObjC.cpp | 534 const ObjCInterfaceType *IFaceT = OBJPT->getInterfaceType(); in convertToUnqualifiedObjCType() 553 if (isa<ObjCInterfaceType>(PT->getPointeeType()) || in isObjCType() 7468 const ObjCInterfaceType *iFaceDecl = in RewriteObjCIvarRefExpr() 7469 dyn_cast<ObjCInterfaceType>(BaseExpr->getType()->getPointeeType()); in RewriteObjCIvarRefExpr()
|
/external/clang/tools/libclang/ |
D | CXType.cpp | 403 D = cast<ObjCInterfaceType>(TP)->getDecl(); in clang_getTypeDeclaration()
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchersInternal.h | 757 else if (auto *OCIT = Node->getAs<ObjCInterfaceType>()) in matchesSpecialized()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 3361 if (auto objcClass = type->getAs<ObjCInterfaceType>()) { in classifyPointerDeclarator() 6980 const ObjCInterfaceType *IFace = T->getAs<ObjCInterfaceType>(); in RequireCompleteTypeImpl()
|
12