/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 761 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 D | ExprObjC.cpp | 320 if (const ObjCObjectType *Ty = T->getAs<ObjCObjectType>()) in getReceiverInterface()
|
H A D | ASTContext.cpp | 2285 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 D | MicrosoftMangle.cpp | 474 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 D | NameSearchContext.cpp | 161 } else if (const ObjCObjectType *objc_object_type = in AddTypeDecl() 162 qual_type->getAs<ObjCObjectType>()) { in AddTypeDecl()
|
H A D | ClangASTImporter.cpp | 391 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 D | ASTResultSynthesizer.cpp | 349 if (expr_qual_type->getAs<ObjCObjectType>() != nullptr) in SynthesizeBodyResult()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | BuiltinTypes.def | 231 // 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 D | Type.h | 1993 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 D | CanonicalType.h | 578 struct CanProxyAdaptor<ObjCObjectType> 579 : public CanProxyBase<ObjCObjectType> {
|
H A D | DeclObjC.h | 1564 const ObjCObjectType *getSuperClassType() const { in getSuperClassType() 1566 return TInfo->getType()->castAs<ObjCObjectType>(); in getSuperClassType()
|
H A D | ASTContext.h | 2977 bool canAssignObjCInterfaces(const ObjCObjectType *LHS, 2978 const ObjCObjectType *RHS);
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TypeNodes.td | 109 def ObjCObjectType : TypeNode<Type>; 110 def ObjCInterfaceType : TypeNode<ObjCObjectType>, LeafType;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 2560 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 D | IndexBody.cpp | 281 auto addReceivers = [&](const ObjCObjectType *Ty) { in VisitObjCMessageExpr() 297 addReceivers(recT->getAs<ObjCObjectType>()); in VisitObjCMessageExpr()
|
H A D | USRGeneration.cpp | 924 if (const ObjCObjectType *OIT = T->getAs<ObjCObjectType>()) { in VisitType()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprMember.cpp | 1239 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 D | SemaDeclObjC.cpp | 56 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 D | SemaExprObjC.cpp | 1954 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 D | SemaObjC.cpp | 151 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 D | RewriteObjCFoundationAPI.cpp | 142 const ObjCObjectType *ObjTy = ClassRec->getAs<ObjCObjectType>(); in maybeAdjustInterfaceForSubscriptingCheck()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CallEvent.cpp | 1278 const ObjCObjectType *ReceiverT = nullptr; in getRuntimeDefinition() 1329 cast<ObjCObjectType>(DTI.getType().getCanonicalType()); in getRuntimeDefinition()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypes.cpp | 690 ResultType = ConvertType(cast<ObjCObjectType>(Ty)->getBaseType()); in ConvertType()
|
H A D | CGDebugInfo.h | 214 llvm::DIType *CreateType(const ObjCObjectType *Ty, llvm::DIFile *F);
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaObjC.h | 472 const ObjCObjectType *TypeBound = nullptr);
|