Home
last modified time | relevance | path

Searched refs:ObjCObjectType (Results 1 – 25 of 39) sorted by relevance

12

/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp32 const ObjCObjectType *getObjectTypeForAllocAndNew(const ObjCMessageExpr *MsgE,
129 const ObjCObjectType *ObjTy = getObjectTypeForAllocAndNew(MsgE, C); in checkPostCall()
209 const ObjCObjectType *
213 if (const ObjCObjectType *ObjTy in getObjectTypeForAllocAndNew()
214 = MsgE->getClassReceiver()->getAs<ObjCObjectType>()) in getObjectTypeForAllocAndNew()
219 if (const ObjCObjectType *ObjTy in getObjectTypeForAllocAndNew()
220 = MsgE->getSuperType()->getAs<ObjCObjectType>()) in getObjectTypeForAllocAndNew()
235 if (const ObjCObjectType *ObjTy = in getObjectTypeForAllocAndNew()
236 dyn_cast<ObjCObjectType>(MD->getClassInterface()->getTypeForDecl())) in getObjectTypeForAllocAndNew()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DBuiltinTypes.def143 // ObjCObjectType with this as its base. In fact, this only ever
144 // shows up in an AST as the base type of an ObjCObjectType.
149 // ObjCObjectType with this as its base. In fact, this only ever
150 // shows up in an AST as the base type of an ObjCObjectType.
DType.h1266 friend class ObjCObjectType;
1682 const ObjCObjectType *getAsObjCQualifiedInterfaceType() const;
4266 class ObjCObjectType : public Type {
4281 return const_cast<ObjCObjectType*>(this)->getProtocolStorage();
4287 ObjCObjectType(QualType Canonical, QualType Base,
4291 ObjCObjectType(enum Nonce_ObjCInterface)
4358 class ObjCObjectTypeImpl : public ObjCObjectType, public llvm::FoldingSetNode {
4367 : ObjCObjectType(Canonical, Base, Protocols, NumProtocols) {}
4377 inline ObjCProtocolDecl **ObjCObjectType::getProtocolStorage() {
4395 class ObjCInterfaceType : public ObjCObjectType {
[all …]
DCanonicalType.h631 struct CanProxyAdaptor<ObjCObjectType>
632 : public CanProxyBase<ObjCObjectType> {
DTypeNodes.def104 TYPE(ObjCInterface, ObjCObjectType)
DASTContext.h1981 bool canAssignObjCInterfaces(const ObjCObjectType *LHS,
1982 const ObjCObjectType *RHS);
DRecursiveASTVisitor.h1001 DEF_TRAVERSE_TYPE(ObjCObjectType, {
1237 DEF_TRAVERSE_TYPELOC(ObjCObjectType, {
DTypeLoc.h815 ObjCObjectType,
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGRTTI.cpp58 void BuildObjCObjectTypeInfo(const ObjCObjectType *Ty);
466 Ty = cast<ObjCObjectType>(Ty)->getBaseType().getTypePtr(); in BuildVTablePointer()
612 BuildObjCObjectTypeInfo(cast<ObjCObjectType>(Ty)); in BuildTypeInfo()
693 void RTTIBuilder::BuildObjCObjectTypeInfo(const ObjCObjectType *OT) { in BuildObjCObjectTypeInfo()
DCGDebugInfo.h122 llvm::DIType CreateType(const ObjCObjectType *Ty, llvm::DIFile F);
DCodeGenTypes.cpp542 ResultType = ConvertType(cast<ObjCObjectType>(Ty)->getBaseType()); in ConvertType()
DCGObjC.cpp338 const ObjCObjectType *ObjTy = ReceiverType->getAs<ObjCObjectType>(); in EmitObjCMessageExpr()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DType.cpp467 ObjCObjectType::ObjCObjectType(QualType Canonical, QualType Base, in ObjCObjectType() function in ObjCObjectType
481 const ObjCObjectType *Type::getAsObjCQualifiedInterfaceType() const { in getAsObjCQualifiedInterfaceType()
485 if (const ObjCObjectType *T = getAs<ObjCObjectType>()) in getAsObjCQualifiedInterfaceType()
935 return cast<ObjCObjectType>(CanonicalType)->getBaseType() in isIncompleteType()
2217 return Cache::get(cast<ObjCObjectType>(T)->getBaseType()); in computeCachedProperties()
2300 return computeLinkageInfo(cast<ObjCObjectType>(T)->getBaseType()); in computeLinkageInfo()
DASTContext.cpp1634 return getTypeInfo(cast<ObjCObjectType>(T)->getBaseType().getTypePtr()); in getTypeInfoImpl()
3474 if (ObjCObjectType *QT = ObjCObjectTypes.FindNodeOrInsertPos(ID, InsertPos)) in getObjCObjectType()
5394 T = T->castAs<ObjCObjectType>()->getBaseType(); in getObjCEncodingForTypeImpl()
6630 const ObjCObjectType* LHS = LHSOPT->getObjectType(); in canAssignObjCInterfaces()
6631 const ObjCObjectType* RHS = RHSOPT->getObjectType(); in canAssignObjCInterfaces()
6700 const ObjCObjectType* LHS = LHSOPT->getObjectType(); in getIntersectionOfProtocols()
6701 const ObjCObjectType* RHS = RHSOPT->getObjectType(); in getIntersectionOfProtocols()
6743 const ObjCObjectType *LHS = Lptr->getObjectType(); in areCommonBaseCompatible()
6744 const ObjCObjectType *RHS = Rptr->getObjectType(); in areCommonBaseCompatible()
6767 bool ASTContext::canAssignObjCInterfaces(const ObjCObjectType *LHS, in canAssignObjCInterfaces()
[all …]
DTypePrinter.cpp1244 void TypePrinter::printObjCObjectBefore(const ObjCObjectType *T, in printObjCObjectBefore()
1252 for (ObjCObjectType::qual_iterator in printObjCObjectBefore()
1263 void TypePrinter::printObjCObjectAfter(const ObjCObjectType *T, in printObjCObjectAfter()
DASTImporter.cpp77 QualType VisitObjCObjectType(const ObjCObjectType *T);
802 const ObjCObjectType *Obj1 = cast<ObjCObjectType>(T1); in IsStructurallyEquivalent()
803 const ObjCObjectType *Obj2 = cast<ObjCObjectType>(T2); in IsStructurallyEquivalent()
1784 QualType ASTNodeImporter::VisitObjCObjectType(const ObjCObjectType *T) { in VisitObjCObjectType()
1790 for (ObjCObjectType::qual_iterator P = T->qual_begin(), in VisitObjCObjectType()
DItaniumMangle.cpp2308 void CXXNameMangler::mangleType(const ObjCObjectType *T) { in mangleType()
2314 ObjCObjectType::qual_iterator i = T->qual_begin(), e = T->qual_end(); in mangleType()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExprMember.cpp1124 const ObjCObjectType *ty = opty->getObjectType(); in ShouldTryAgainWithRedefinitionType()
1236 if (const ObjCObjectType *OTy = BaseType->getAs<ObjCObjectType>()) { in LookupMemberExpr()
1412 const ObjCObjectType *OT = OPT->getObjectType(); in LookupMemberExpr()
DSemaDeclObjC.cpp51 const ObjCObjectType *result = method->getResultType() in checkInitMethod()
539 if (NamedDecl *IDecl = T->getAs<ObjCObjectType>()->getInterface()) { in ActOnStartClassInterface()
609 if (const ObjCObjectType *OPT = T->getAs<ObjCObjectType>()) in ActOnTypedefedProtocols()
610 for (ObjCObjectType::qual_iterator I = OPT->qual_begin(), in ActOnTypedefedProtocols()
638 if (NamedDecl *IDecl = T->getAs<ObjCObjectType>()->getInterface()) { in ActOnCompatibilityAlias()
1972 if (isa<ObjCObjectType>(TDD->getUnderlyingType())) { in ActOnForwardClassDeclaration()
DSemaExprObjC.cpp1399 const ObjCObjectType *objType = type->castAs<ObjCObjectType>(); in LookupMethodInObjectType()
1412 for (ObjCObjectType::qual_iterator in LookupMethodInObjectType()
2062 const ObjCObjectType *ClassType = ReceiverType->getAs<ObjCObjectType>(); in BuildClassMessage()
DSemaPseudoObject.cpp1088 if (const ObjCObjectType *iQFaceTy = in findAtIndexGetter()
1197 if (const ObjCObjectType *iQFaceTy = in findAtIndexSetter()
DSemaCodeComplete.cpp3652 Class = BaseType->getAs<ObjCObjectType>()->getInterface(); in CodeCompleteMemberReferenceExpr()
5101 if (const ObjCObjectType *ObjType in GetAssumedMessageSendExprType()
5102 = Msg->getClassReceiver()->getAs<ObjCObjectType>()) in GetAssumedMessageSendExprType()
5340 if (const ObjCObjectType *Iface in CodeCompleteObjCSuperMessage()
5341 = Context.getTypeDeclType(TD)->getAs<ObjCObjectType>()) in CodeCompleteObjCSuperMessage()
5417 if (const ObjCObjectType *Interface = T->getAs<ObjCObjectType>()) in AddClassMessageCompletions()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp142 const ObjCObjectType *ObjTy = ClassRec->getAs<ObjCObjectType>(); in maybeAdjustInterfaceForSubscriptingCheck()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp722 else if (T->getAs<ObjCObjectType>()) { in VisitUnaryExprOrTypeTraitExpr()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h514 if (T->getAs<ObjCObjectType>()) in getLocationType()

12