| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DynamicTypePropagation.cpp | 114 return PointerType->getObjectType()->isObjCClass(); in isObjCClassType() 159 return {ObjTy->getObjectType(), /*Precise=*/true}; in inferReceiverType() 220 return {ReceiverInferredType->getObjectType()}; in inferReceiverType() 479 if (To->getObjectType()->getSuperClassType().isNull()) { in getMostInformativeDerivedClassImpl() 487 To->getObjectType()->getSuperClassType()->castAs<ObjCObjectType>(); in getMostInformativeDerivedClassImpl()
|
| H A D | LocalizationChecker.cpp | 907 ObjCInterfaceDecl *Cls = PT->getObjectType()->getInterface(); in isNSStringType()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Type.h | 6244 const ObjCObjectType *getObjectType() const { 6260 return getObjectType()->getInterface(); 6266 return getObjectType()->isObjCUnqualifiedId(); 6283 return getObjectType()->isObjCQualifiedId(); 6289 return getObjectType()->isObjCQualifiedClass(); 6312 return getObjectType()->getTypeArgs(); 6317 return getObjectType()->getTypeArgsAsWritten(); 6329 return getObjectType()->qual_begin(); 6333 return getObjectType()->qual_end(); 6340 return getObjectType()->getNumProtocols(); [all …]
|
| H A D | ExprCXX.h | 205 QualType getObjectType() const;
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Type.cpp | 701 bound = OPT->getObjectType()->stripObjCKindOfTypeAndQuals(ctx) in isObjCIdOrObjectKindOfType() 835 QualType obj = getObjectType()->stripObjCKindOfTypeAndQuals(ctx); in stripObjCKindOfTypeAndQuals() 1302 const auto *obj = objPtr->getObjectType(); in VisitObjCTypeParamType() 1440 ? ptrType->getObjectType() in VisitAttributedType() 1553 objectType = objectPointerType->getObjectType(); in getObjCSubstitutions() 1677 if (auto interfaceDecl = getObjectType()->getInterface()) { in getInterfaceType() 1686 QualType superObjectType = getObjectType()->getSuperClassType(); in getSuperClassType() 4315 if (opt->getObjectType()->isObjCClass()) in isObjCARCImplicitlyUnretainedType()
|
| H A D | ASTContext.cpp | 5344 const ObjCObjectType *objT = objPtr->getObjectType(); in applyObjCProtocolQualifiers() 9572 const ObjCObjectType* LHS = LHSOPT->getObjectType(); in canAssignObjCInterfaces() 9573 const ObjCObjectType* RHS = RHSOPT->getObjectType(); in canAssignObjCInterfaces() 9701 const ObjCObjectType* LHS = LHSOPT->getObjectType(); in getIntersectionOfProtocols() 9702 const ObjCObjectType* RHS = RHSOPT->getObjectType(); in getIntersectionOfProtocols() 9816 const ObjCObjectType *LHS = Lptr->getObjectType(); in areCommonBaseCompatible() 9817 const ObjCObjectType *RHS = Rptr->getObjectType(); in areCommonBaseCompatible()
|
| H A D | ExprCXX.cpp | 662 QualType CXXMemberCallExpr::getObjectType() const { in getObjectType() function in CXXMemberCallExpr
|
| H A D | ExprConstant.cpp | 11436 static QualType getObjectType(APValue::LValueBase B) { in getObjectType() function 11655 QualType BaseTy = getObjectType(LVal.getLValueBase()); in determineEndOffset()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 1224 ReceiverT = cast<ObjCObjectPointerType>(SupersType)->getObjectType(); in getRuntimeDefinition() 1244 ReceiverT = ReceiverDynT->getObjectType(); in getRuntimeDefinition()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExprMember.cpp | 1195 const ObjCObjectType *ty = opty->getObjectType(); in ShouldTryAgainWithRedefinitionType() 1209 if (opty && !opty->getObjectType()->getInterface()) in ShouldTryAgainWithRedefinitionType() 1505 const ObjCObjectType *OT = OPT->getObjectType(); in LookupMemberExpr()
|
| H A D | SemaExprObjC.cpp | 3350 if (OPT->getObjectType()->isObjCClass()) { in BuildInstanceMessage() 4028 = InterfacePointerType->getObjectType()->getInterface(); in CheckObjCBridgeNSCast() 4092 = InterfacePointerType->getObjectType()->getInterface(); in CheckObjCBridgeCFCast()
|
| H A D | SemaObjCProperty.cpp | 595 ObjCInterfaceDecl *IDecl = ObjPtrTy->getObjectType()->getInterface(); in CreatePropertyDecl()
|
| H A D | SemaStmt.cpp | 2235 const ObjCObjectType *objectType = pointerType->getObjectType(); in CheckObjCForCollectionOperand()
|
| H A D | SemaDeclObjC.cpp | 53 method->getReturnType()->castAs<ObjCObjectPointerType>()->getObjectType(); in checkInitMethod()
|
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | IndexBody.cpp | 281 addReceivers(Ptr->getObjectType()); in VisitObjCMessageExpr()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.cpp | 283 clang::QualType(pointer_objcobjpointertype->getObjectType(), 0); in CreateResultVariable()
|
| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 437 ObjCInterfaceDecl *IDecl = ObjPtrTy->getObjectType()->getInterface(); in PropertyMemoryAttribute()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 223 = InterfacePointerType->getObjectType()->getInterface(); in EmitObjCCollectionLiteral()
|
| H A D | CGObjCGNU.cpp | 2403 const ObjCInterfaceDecl *IDecl = OPT->getObjectType()->getInterface(); in GetEHType()
|
| H A D | MicrosoftCXXABI.cpp | 1993 ThisTy = CE->getObjectType(); in EmitVirtualDestructorCall()
|
| H A D | ItaniumCXXABI.cpp | 1995 ThisTy = CE->getObjectType(); in EmitVirtualDestructorCall()
|
| H A D | CGExprScalar.cpp | 2782 CharUnits size = CGF.getContext().getTypeSizeInChars(OPT->getObjectType()); in EmitScalarPrePostIncDec()
|
| H A D | CGObjCMac.cpp | 4774 const ObjCObjectType *ObjTy = OPT->getObjectType(); in EmitTryOrSynchronizedStmt()
|
| /llvm-project-15.0.7/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 1866 ObjCInterfaceDecl *IDecl = Ptr->getObjectType()->getInterface(); in RewriteObjCTryStmt()
|
| H A D | RewriteModernObjC.cpp | 1971 ObjCInterfaceDecl *IDecl = Ptr->getObjectType()->getInterface(); in RewriteObjCTryStmt()
|