Home
last modified time | relevance | path

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

12

/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()
DCGDebugInfo.cpp1793 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()
DCGObjCGNU.cpp1176 const ObjCInterfaceType *IT = PT->getInterfaceType(); in GetEHType()
/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()
DASTContext.cpp1740 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()
DASTImporter.cpp78 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()
DDeclObjC.cpp578 cast<ObjCInterfaceType>(TypeForDecl)->Decl = this; in allocateDefinitionData()
DASTDumper.cpp398 void VisitObjCInterfaceType(const ObjCInterfaceType *T) { in VisitObjCInterfaceType()
DMicrosoftMangle.cpp2309 void MicrosoftCXXNameMangler::mangleType(const ObjCInterfaceType *T, Qualifiers, in mangleType()
DItaniumMangle.cpp2883 void CXXNameMangler::mangleType(const ObjCInterfaceType *T) { in mangleType()
/external/clang/lib/Index/
DUSRGeneration.cpp708 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) ||
DRecursiveASTVisitor.h1037 DEF_TRAVERSE_TYPE(ObjCInterfaceType, {})
1268 DEF_TRAVERSE_TYPELOC(ObjCInterfaceType, {})
DTypeLoc.h983 ObjCInterfaceType,
/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()
DRewriteModernObjC.cpp534 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/
DCXType.cpp403 D = cast<ObjCInterfaceType>(TP)->getDecl(); in clang_getTypeDeclaration()
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h757 else if (auto *OCIT = Node->getAs<ObjCInterfaceType>()) in matchesSpecialized()
/external/clang/lib/Sema/
DSemaType.cpp3361 if (auto objcClass = type->getAs<ObjCInterfaceType>()) { in classifyPointerDeclarator()
6980 const ObjCInterfaceType *IFace = T->getAs<ObjCInterfaceType>(); in RequireCompleteTypeImpl()

12