/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | Type.cpp | 706 ->getAs<ObjCObjectType>(); in isObjCIdOrObjectKindOfType() 734 ObjCObjectType::ObjCObjectType(QualType Canonical, QualType Base, in ObjCObjectType() function in ObjCObjectType 756 bool ObjCObjectType::isSpecialized() const { in isSpecialized() 792 bool ObjCObjectType::isKindOfType() const { in isKindOfType() 1444 const ObjCObjectType *objType = ptrType in VisitAttributedType() 1575 const ObjCObjectType *objectType; in getObjCSubstitutions() 1581 ->castAs<ObjCObjectType>(); in getObjCSubstitutions() 1583 objectType = getAs<ObjCObjectType>(); in getObjCSubstitutions() 1696 ->castAs<ObjCObjectType>(), in computeSuperClassTypeSlow() 1722 if (const auto *T = getAs<ObjCObjectType>()) in getAsObjCQualifiedInterfaceType() [all …]
|
H A D | ExprObjC.cpp | 320 if (const ObjCObjectType *Ty = T->getAs<ObjCObjectType>()) in getReceiverInterface()
|
H A D | ASTContext.cpp | 5397 const ObjCObjectType *objT = objPtr->getObjectType(); in applyObjCProtocolQualifiers() 9684 const ObjCObjectType* LHS = LHSOPT->getObjectType(); in canAssignObjCInterfaces() 9685 const ObjCObjectType* RHS = RHSOPT->getObjectType(); in canAssignObjCInterfaces() 9813 const ObjCObjectType* LHS = LHSOPT->getObjectType(); in getIntersectionOfProtocols() 9814 const ObjCObjectType* RHS = RHSOPT->getObjectType(); in getIntersectionOfProtocols() 9928 const ObjCObjectType *LHS = Lptr->getObjectType(); in areCommonBaseCompatible() 9929 const ObjCObjectType *RHS = Rptr->getObjectType(); in areCommonBaseCompatible() 9992 LHS = LHSSuperType->castAs<ObjCObjectType>(); in areCommonBaseCompatible() 10042 RHS = RHSSuperType->castAs<ObjCObjectType>(); in areCommonBaseCompatible() 10094 const ObjCObjectType *RHSSuper = RHS; in canAssignObjCInterfaces() [all …]
|
H A D | MicrosoftMangle.cpp | 458 void mangleObjCKindOfType(const ObjCObjectType *T, Qualifiers Quals, 1941 void MicrosoftCXXNameMangler::mangleObjCKindOfType(const ObjCObjectType *T, in mangleObjCKindOfType() 1952 ->castAs<ObjCObjectType>(), in mangleObjCKindOfType() 3179 void MicrosoftCXXNameMangler::mangleType(const ObjCObjectType *T, in mangleType()
|
/openbsd/gnu/llvm/clang/tools/libclang/ |
H A D | CXType.cpp | 515 D = cast<ObjCObjectType>(TP)->getInterface(); in clang_getTypeDeclaration() 1189 const ObjCObjectType *OT = dyn_cast<ObjCObjectType>(T); in clang_Type_getObjCObjectBaseType() 1201 const ObjCObjectType *OT = dyn_cast<ObjCObjectType>(T); in clang_Type_getNumObjCProtocolRefs() 1213 const ObjCObjectType *OT = dyn_cast<ObjCObjectType>(T); in clang_Type_getObjCProtocolDecl() 1229 const ObjCObjectType *OT = dyn_cast<ObjCObjectType>(T); in clang_Type_getNumObjCTypeArgs() 1241 const ObjCObjectType *OT = dyn_cast<ObjCObjectType>(T); in clang_Type_getObjCTypeArg()
|
H A D | CIndexCodeCompletion.cpp | 624 else if (const ObjCObjectType *Obj = baseType->getAs<ObjCObjectType>()) in ProcessCodeCompleteResults()
|
H A D | CXIndexDataConsumer.cpp | 322 if (const ObjCObjectType *ObjectTy = Ty->getAs<ObjCObjectType>()) { in AttrListInfo()
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DynamicTypePropagation.cpp | 121 const ObjCObjectType *Type = nullptr; 138 return {MessageExpr->getClassReceiver()->getAs<ObjCObjectType>(), in inferReceiverType() 148 return {MessageExpr->getSuperType()->getAs<ObjCObjectType>(), in inferReceiverType() 193 return {cast<ObjCObjectType>(DTI.getType()), !DTI.canBeASubClass()}; in inferReceiverType() 205 if (const ObjCObjectType *ObjTy = dyn_cast<ObjCObjectType>( in inferReceiverType() 488 To->getObjectType()->getSuperClassType()->castAs<ObjCObjectType>(); in getMostInformativeDerivedClassImpl()
|
/openbsd/gnu/llvm/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 | 388 const clang::ObjCObjectType *objc_class_type = in CanImport() 389 llvm::dyn_cast<clang::ObjCObjectType>(qual_type); in CanImport() 462 const clang::ObjCObjectType *objc_class_type = in Import() 463 llvm::dyn_cast<clang::ObjCObjectType>(qual_type); in Import() 653 if (const ObjCObjectType *objc_object_type = type->getAs<ObjCObjectType>()) { in CompleteAndFetchChildren() 697 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()
|
/openbsd/gnu/llvm/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 | 1704 friend class ObjCObjectType; 2376 const ObjCObjectType *getAsObjCInterfaceType() const; 6026 class ObjCObjectType : public Type, 6067 ObjCObjectType(QualType Canonical, QualType Base, 6072 ObjCObjectType(enum Nonce_ObjCInterface) 6225 class ObjCInterfaceType : public ObjCObjectType { 6233 : ObjCObjectType(Nonce_ObjCInterface), 6318 const ObjCObjectType *getObjectType() const { 6319 return PointeeType->castAs<ObjCObjectType>(); 7027 return isa<ObjCObjectType>(CanonicalType); [all …]
|
H A D | CanonicalType.h | 578 struct CanProxyAdaptor<ObjCObjectType> 579 : public CanProxyBase<ObjCObjectType> {
|
H A D | DeclObjC.h | 1553 const ObjCObjectType *getSuperClassType() const { in getSuperClassType() 1555 return TInfo->getType()->castAs<ObjCObjectType>(); in getSuperClassType()
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | TypeNodes.td | 107 def ObjCObjectType : TypeNode<Type>; 108 def ObjCInterfaceType : TypeNode<ObjCObjectType>, LeafType;
|
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 2769 const clang::ObjCObjectType *objc_class_type = in GetCompleteQualType() 3500 const clang::ObjCObjectType *objc_class_type = in IsDefined() 5441 const clang::ObjCObjectType *objc_class_type = in GetNumChildren() 5677 const clang::ObjCObjectType *objc_class_type = in GetNumFields() 5830 const clang::ObjCObjectType *objc_class_type = in GetFieldAtIndex() 5872 const clang::ObjCObjectType *objc_class_type = in GetNumDirectBaseClasses() 7375 const clang::ObjCObjectType *objc_class_type = in GetAsObjCInterfaceDecl() 7376 llvm::dyn_cast<clang::ObjCObjectType>( in GetAsObjCInterfaceDecl() 8317 const clang::ObjCObjectType *objc_class_type = in SetHasExternalStorage() 8352 const clang::ObjCObjectType *object_type = in StartTagDeclarationDefinition() [all …]
|
/openbsd/gnu/llvm/clang/lib/Index/ |
H A D | IndexBody.cpp | 267 auto addReceivers = [&](const ObjCObjectType *Ty) { in VisitObjCMessageExpr() 283 addReceivers(recT->getAs<ObjCObjectType>()); in VisitObjCMessageExpr()
|
H A D | USRGeneration.cpp | 883 if (const ObjCObjectType *OIT = T->getAs<ObjCObjectType>()) { in VisitType()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaExprMember.cpp | 1195 const ObjCObjectType *ty = opty->getObjectType(); in ShouldTryAgainWithRedefinitionType() 1325 if (const ObjCObjectType *OTy = BaseType->getAs<ObjCObjectType>()) { in LookupMemberExpr() 1505 const ObjCObjectType *OT = OPT->getObjectType(); in LookupMemberExpr()
|
H A D | SemaDeclObjC.cpp | 52 const ObjCObjectType *result = in checkInitMethod() 590 if (NamedDecl *IDecl = T->castAs<ObjCObjectType>()->getInterface()) { in ActOnSuperClassOfClassInterface() 1132 if (const ObjCObjectType *OPT = T->getAs<ObjCObjectType>()) { in ActOnTypedefedProtocols() 1167 if (NamedDecl *IDecl = T->castAs<ObjCObjectType>()->getInterface()) { in ActOnCompatibilityAlias() 1454 if (const auto *objcObjectType = base->getAs<ObjCObjectType>()) { in actOnObjCTypeArgsOrProtocolQualifiers() 3088 if (isa<ObjCObjectType>(TDD->getUnderlyingType())) { in ActOnForwardClassDeclaration() 3479 const ObjCObjectType *TypeBound) { in FilterMethodsByTypeBound() 3515 const ObjCObjectType *TypeBound) { in CollectMultipleMethodsInGlobalPool()
|
H A D | SemaExprObjC.cpp | 1936 const ObjCObjectType *objType = type->castAs<ObjCObjectType>(); in LookupMethodInObjectType() 2642 const ObjCObjectType *ClassType = ReceiverType->getAs<ObjCObjectType>(); in BuildClassMessage() 2944 const ObjCObjectType *typeBound = nullptr; in BuildInstanceMessage()
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | CallEvent.cpp | 1250 const ObjCObjectType *ReceiverT = nullptr; in getRuntimeDefinition() 1301 cast<ObjCObjectType>(DTI.getType().getCanonicalType()); in getRuntimeDefinition()
|
/openbsd/gnu/llvm/clang/lib/Edit/ |
H A D | RewriteObjCFoundationAPI.cpp | 142 const ObjCObjectType *ObjTy = ClassRec->getAs<ObjCObjectType>(); in maybeAdjustInterfaceForSubscriptingCheck()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGDebugInfo.h | 202 llvm::DIType *CreateType(const ObjCObjectType *Ty, llvm::DIFile *F);
|