Home
last modified time | relevance | path

Searched refs:getObjectType (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp114 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 DLocalizationChecker.cpp907 ObjCInterfaceDecl *Cls = PT->getObjectType()->getInterface(); in isNSStringType()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h6244 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 DExprCXX.h205 QualType getObjectType() const;
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp701 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 DASTContext.cpp5344 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 DExprCXX.cpp662 QualType CXXMemberCallExpr::getObjectType() const { in getObjectType() function in CXXMemberCallExpr
H A DExprConstant.cpp11436 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 DCallEvent.cpp1224 ReceiverT = cast<ObjCObjectPointerType>(SupersType)->getObjectType(); in getRuntimeDefinition()
1244 ReceiverT = ReceiverDynT->getObjectType(); in getRuntimeDefinition()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprMember.cpp1195 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 DSemaExprObjC.cpp3350 if (OPT->getObjectType()->isObjCClass()) { in BuildInstanceMessage()
4028 = InterfacePointerType->getObjectType()->getInterface(); in CheckObjCBridgeNSCast()
4092 = InterfacePointerType->getObjectType()->getInterface(); in CheckObjCBridgeCFCast()
H A DSemaObjCProperty.cpp595 ObjCInterfaceDecl *IDecl = ObjPtrTy->getObjectType()->getInterface(); in CreatePropertyDecl()
H A DSemaStmt.cpp2235 const ObjCObjectType *objectType = pointerType->getObjectType(); in CheckObjCForCollectionOperand()
H A DSemaDeclObjC.cpp53 method->getReturnType()->castAs<ObjCObjectPointerType>()->getObjectType(); in checkInitMethod()
/llvm-project-15.0.7/clang/lib/Index/
H A DIndexBody.cpp281 addReceivers(Ptr->getObjectType()); in VisitObjCMessageExpr()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp283 clang::QualType(pointer_objcobjpointertype->getObjectType(), 0); in CreateResultVariable()
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DObjCMT.cpp437 ObjCInterfaceDecl *IDecl = ObjPtrTy->getObjectType()->getInterface(); in PropertyMemoryAttribute()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjC.cpp223 = InterfacePointerType->getObjectType()->getInterface(); in EmitObjCCollectionLiteral()
H A DCGObjCGNU.cpp2403 const ObjCInterfaceDecl *IDecl = OPT->getObjectType()->getInterface(); in GetEHType()
H A DMicrosoftCXXABI.cpp1993 ThisTy = CE->getObjectType(); in EmitVirtualDestructorCall()
H A DItaniumCXXABI.cpp1995 ThisTy = CE->getObjectType(); in EmitVirtualDestructorCall()
H A DCGExprScalar.cpp2782 CharUnits size = CGF.getContext().getTypeSizeInChars(OPT->getObjectType()); in EmitScalarPrePostIncDec()
H A DCGObjCMac.cpp4774 const ObjCObjectType *ObjTy = OPT->getObjectType(); in EmitTryOrSynchronizedStmt()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1866 ObjCInterfaceDecl *IDecl = Ptr->getObjectType()->getInterface(); in RewriteObjCTryStmt()
H A DRewriteModernObjC.cpp1971 ObjCInterfaceDecl *IDecl = Ptr->getObjectType()->getInterface(); in RewriteObjCTryStmt()

12