Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp761 const ObjCObjectType *&bound) const { in isObjCIdOrObjectKindOfType()
782 ->getAs<ObjCObjectType>(); in isObjCIdOrObjectKindOfType()
810 ObjCObjectType::ObjCObjectType(QualType Canonical, QualType Base, in ObjCObjectType() function in ObjCObjectType
832 bool ObjCObjectType::isSpecialized() const { in isSpecialized()
838 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in isSpecialized()
850 ArrayRef<QualType> ObjCObjectType::getTypeArgs() const { in getTypeArgs()
856 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in getTypeArgs()
868 bool ObjCObjectType::isKindOfType() const { in isKindOfType()
873 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in isKindOfType()
885 QualType ObjCObjectType::stripObjCKindOfTypeAndQuals( in stripObjCKindOfTypeAndQuals()
[all …]
H A DExprObjC.cpp320 if (const ObjCObjectType *Ty = T->getAs<ObjCObjectType>()) in getReceiverInterface()
H A DASTContext.cpp2285 return getTypeInfo(cast<ObjCObjectType>(T)->getBaseType().getTypePtr()); in getTypeInfoImpl()
5713 if (ObjCObjectType *QT = ObjCObjectTypes.FindNodeOrInsertPos(ID, InsertPos)) in getObjCObjectType()
5721 if (const auto *baseObject = baseType->getAs<ObjCObjectType>()) in getObjCObjectType()
5792 const ObjCObjectType *objT = objPtr->getObjectType(); in applyObjCProtocolQualifiers()
5809 if (const auto *objT = dyn_cast<ObjCObjectType>(type.getTypePtr())){ in applyObjCProtocolQualifiers()
8871 ObjCInterfaceDecl *OI = T->castAs<ObjCObjectType>()->getInterface(); in getObjCEncodingForTypeImpl()
10241 const ObjCObjectType* LHS = LHSOPT->getObjectType(); in canAssignObjCInterfaces()
10242 const ObjCObjectType* RHS = RHSOPT->getObjectType(); in canAssignObjCInterfaces()
10370 const ObjCObjectType* LHS = LHSOPT->getObjectType(); in getIntersectionOfProtocols()
10371 const ObjCObjectType* RHS = RHSOPT->getObjectType(); in getIntersectionOfProtocols()
[all …]
H A DMicrosoftMangle.cpp474 void mangleObjCKindOfType(const ObjCObjectType *T, Qualifiers Quals,
2160 void MicrosoftCXXNameMangler::mangleObjCKindOfType(const ObjCObjectType *T, in mangleObjCKindOfType()
2171 ->castAs<ObjCObjectType>(), in mangleObjCKindOfType()
3457 void MicrosoftCXXNameMangler::mangleType(const ObjCObjectType *T, in mangleType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp161 } else if (const ObjCObjectType *objc_object_type = in AddTypeDecl()
162 qual_type->getAs<ObjCObjectType>()) { in AddTypeDecl()
H A DClangASTImporter.cpp391 const clang::ObjCObjectType *objc_class_type = in CanImport()
392 llvm::dyn_cast<clang::ObjCObjectType>(qual_type); in CanImport()
465 const clang::ObjCObjectType *objc_class_type = in Import()
466 llvm::dyn_cast<clang::ObjCObjectType>(qual_type); in Import()
895 if (const ObjCObjectType *objc_object_type = type->getAs<ObjCObjectType>()) { in CompleteAndFetchChildren()
939 if (const ObjCObjectType *objc_object_type = type->getAs<ObjCObjectType>()) { in RequireCompleteType()
H A DASTResultSynthesizer.cpp349 if (expr_qual_type->getAs<ObjCObjectType>() != nullptr) in SynthesizeBodyResult()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def231 // ObjCObjectType with this as its base. In fact, this only ever
232 // shows up in an AST as the base type of an ObjCObjectType.
237 // ObjCObjectType with this as its base. In fact, this only ever
238 // shows up in an AST as the base type of an ObjCObjectType.
H A DType.h1993 friend class ObjCObjectType;
2581 const ObjCObjectType *&bound) const;
2740 const ObjCObjectType *getAsObjCInterfaceType() const;
2747 const ObjCObjectType *getAsObjCQualifiedInterfaceType() const;
7140 class ObjCObjectType : public Type,
7141 public ObjCProtocolQualifiers<ObjCObjectType> {
7142 friend class ObjCProtocolQualifiers<ObjCObjectType>;
7160 mutable llvm::PointerIntPair<const ObjCObjectType *, 1, bool>
7165 return const_cast<ObjCObjectType *>(this)->getTypeArgStorage();
7181 ObjCObjectType(QualType Canonical, QualType Base,
[all …]
H A DCanonicalType.h578 struct CanProxyAdaptor<ObjCObjectType>
579 : public CanProxyBase<ObjCObjectType> {
H A DDeclObjC.h1564 const ObjCObjectType *getSuperClassType() const { in getSuperClassType()
1566 return TInfo->getType()->castAs<ObjCObjectType>(); in getSuperClassType()
H A DASTContext.h2977 bool canAssignObjCInterfaces(const ObjCObjectType *LHS,
2978 const ObjCObjectType *RHS);
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTypeNodes.td109 def ObjCObjectType : TypeNode<Type>;
110 def ObjCInterfaceType : TypeNode<ObjCObjectType>, LeafType;
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2560 return llvm::cast<clang::ObjCObjectType>(qual_type.getTypePtr()) in GetDeclContextForType()
2663 static const clang::ObjCObjectType *
2669 const clang::ObjCObjectType *objc_class_type = in GetCompleteObjCObjectType()
2670 llvm::cast<clang::ObjCObjectType>(qual_type); in GetCompleteObjCObjectType()
3455 const clang::ObjCObjectType *objc_class_type = in IsDefined()
3456 llvm::dyn_cast<clang::ObjCObjectType>(qual_type); in IsDefined()
3561 llvm::dyn_cast_or_null<clang::ObjCObjectType>( in IsPossibleDynamicType()
4402 const clang::ObjCObjectType *objc_class_type = in GetNumMemberFunctions()
4403 llvm::dyn_cast<clang::ObjCObjectType>(qual_type.getTypePtr()); in GetNumMemberFunctions()
4500 const clang::ObjCObjectType *objc_class_type = in GetMemberFunctionAtIndex()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp281 auto addReceivers = [&](const ObjCObjectType *Ty) { in VisitObjCMessageExpr()
297 addReceivers(recT->getAs<ObjCObjectType>()); in VisitObjCMessageExpr()
H A DUSRGeneration.cpp924 if (const ObjCObjectType *OIT = T->getAs<ObjCObjectType>()) { in VisitType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp1239 const ObjCObjectType *ty = opty->getObjectType(); in ShouldTryAgainWithRedefinitionType()
1372 if (const ObjCObjectType *OTy = BaseType->getAs<ObjCObjectType>()) { in LookupMemberExpr()
1551 const ObjCObjectType *OT = OPT->getObjectType(); in LookupMemberExpr()
H A DSemaDeclObjC.cpp56 const ObjCObjectType *result = in checkInitMethod()
598 if (NamedDecl *IDecl = T->castAs<ObjCObjectType>()->getInterface()) { in ActOnSuperClassOfClassInterface()
1129 if (const ObjCObjectType *OPT = T->getAs<ObjCObjectType>()) { in ActOnTypedefedProtocols()
1165 if (NamedDecl *IDecl = T->castAs<ObjCObjectType>()->getInterface()) { in ActOnCompatibilityAlias()
1449 if (const auto *objcObjectType = base->getAs<ObjCObjectType>()) { in actOnObjCTypeArgsOrProtocolQualifiers()
3088 if (isa<ObjCObjectType>(TDD->getUnderlyingType())) { in ActOnForwardClassDeclaration()
3481 const ObjCObjectType *TypeBound) { in FilterMethodsByTypeBound()
3516 bool InstanceFirst, bool CheckTheOther, const ObjCObjectType *TypeBound) { in CollectMultipleMethodsInGlobalPool()
H A DSemaExprObjC.cpp1954 const ObjCObjectType *objType = type->castAs<ObjCObjectType>(); in LookupMethodInObjectType()
2652 const ObjCObjectType *ClassType = ReceiverType->getAs<ObjCObjectType>(); in BuildClassMessage()
2953 const ObjCObjectType *typeBound = nullptr; in BuildInstanceMessage()
H A DSemaObjC.cpp151 const ObjCObjectType *objectType = pointerType->getObjectType(); in CheckObjCForCollectionOperand()
513 const auto *objcObjectType = type->getAs<ObjCObjectType>(); in applyObjCTypeArgs()
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp142 const ObjCObjectType *ObjTy = ClassRec->getAs<ObjCObjectType>(); in maybeAdjustInterfaceForSubscriptingCheck()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1278 const ObjCObjectType *ReceiverT = nullptr; in getRuntimeDefinition()
1329 cast<ObjCObjectType>(DTI.getType().getCanonicalType()); in getRuntimeDefinition()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp690 ResultType = ConvertType(cast<ObjCObjectType>(Ty)->getBaseType()); in ConvertType()
H A DCGDebugInfo.h214 llvm::DIType *CreateType(const ObjCObjectType *Ty, llvm::DIFile *F);
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h472 const ObjCObjectType *TypeBound = nullptr);

123