| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DynamicTypePropagation.cpp | 115 return PointerType->getObjectType()->isObjCClass(); in isObjCClassType() 160 return {ObjTy->getObjectType(), /*Precise=*/true}; in inferReceiverType() 221 return {ReceiverInferredType->getObjectType()}; in inferReceiverType() 480 if (To->getObjectType()->getSuperClassType().isNull()) { in getMostInformativeDerivedClassImpl() 488 To->getObjectType()->getSuperClassType()->castAs<ObjCObjectType>(); in getMostInformativeDerivedClassImpl()
|
| H A D | LocalizationChecker.cpp | 908 ObjCInterfaceDecl *Cls = PT->getObjectType()->getInterface(); in isNSStringType()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | Type.h | 6318 const ObjCObjectType *getObjectType() const { 6334 return getObjectType()->getInterface(); 6340 return getObjectType()->isObjCUnqualifiedId(); 6346 return getObjectType()->isObjCUnqualifiedClass(); 6351 return getObjectType()->isObjCUnqualifiedIdOrClass(); 6357 return getObjectType()->isObjCQualifiedId(); 6363 return getObjectType()->isObjCQualifiedClass(); 6367 bool isKindOfType() const { return getObjectType()->isKindOfType(); } 6370 bool isSpecialized() const { return getObjectType()->isSpecialized(); } 6374 return getObjectType()->isSpecializedAsWritten(); [all …]
|
| H A D | ExprCXX.h | 204 QualType getObjectType() const;
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | Type.cpp | 705 bound = OPT->getObjectType()->stripObjCKindOfTypeAndQuals(ctx) in isObjCIdOrObjectKindOfType() 839 QualType obj = getObjectType()->stripObjCKindOfTypeAndQuals(ctx); in stripObjCKindOfTypeAndQuals() 1307 const auto *obj = objPtr->getObjectType(); in VisitObjCTypeParamType() 1445 ? ptrType->getObjectType() in VisitAttributedType() 1577 objectType = objectPointerType->getObjectType(); in getObjCSubstitutions() 1701 if (auto interfaceDecl = getObjectType()->getInterface()) { in getInterfaceType() 1710 QualType superObjectType = getObjectType()->getSuperClassType(); in getSuperClassType() 4404 if (opt->getObjectType()->isObjCClass()) in isObjCARCImplicitlyUnretainedType()
|
| 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()
|
| H A D | ExprCXX.cpp | 663 QualType CXXMemberCallExpr::getObjectType() const { in getObjectType() function in CXXMemberCallExpr
|
| H A D | ExprConstant.cpp | 11509 static QualType getObjectType(APValue::LValueBase B) { in getObjectType() function 11744 QualType BaseTy = getObjectType(LVal.getLValueBase()); in determineEndOffset()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 1260 ReceiverT = cast<ObjCObjectPointerType>(SupersType)->getObjectType(); in getRuntimeDefinition() 1280 ReceiverT = ReceiverDynT->getObjectType(); in getRuntimeDefinition()
|
| /openbsd-src/gnu/llvm/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 | 3344 if (OPT->getObjectType()->isObjCClass()) { in BuildInstanceMessage() 4022 = InterfacePointerType->getObjectType()->getInterface(); in CheckObjCBridgeNSCast() 4086 = 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()
|
| /openbsd-src/gnu/llvm/clang/lib/Index/ |
| H A D | IndexBody.cpp | 281 addReceivers(Ptr->getObjectType()); in VisitObjCMessageExpr()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.cpp | 284 clang::QualType(pointer_objcobjpointertype->getObjectType(), 0); in CreateResultVariable()
|
| /openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 437 ObjCInterfaceDecl *IDecl = ObjPtrTy->getObjectType()->getInterface(); in PropertyMemoryAttribute()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 226 = InterfacePointerType->getObjectType()->getInterface(); in EmitObjCCollectionLiteral()
|
| H A D | CGObjCGNU.cpp | 2403 const ObjCInterfaceDecl *IDecl = OPT->getObjectType()->getInterface(); in GetEHType()
|
| H A D | MicrosoftCXXABI.cpp | 2000 ThisTy = CE->getObjectType(); in EmitVirtualDestructorCall()
|
| H A D | ItaniumCXXABI.cpp | 1989 ThisTy = CE->getObjectType(); in EmitVirtualDestructorCall()
|
| H A D | CGExprScalar.cpp | 2805 CharUnits size = CGF.getContext().getTypeSizeInChars(OPT->getObjectType()); in EmitScalarPrePostIncDec()
|
| H A D | CGObjCMac.cpp | 4782 const ObjCObjectType *ObjTy = OPT->getObjectType(); in EmitTryOrSynchronizedStmt()
|
| /openbsd-src/gnu/llvm/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()
|