/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Type.h | 7432 const ObjCObjectType *getObjectType() const { 7448 return getObjectType()->getInterface(); 7454 return getObjectType()->isObjCUnqualifiedId(); 7460 return getObjectType()->isObjCUnqualifiedClass(); 7465 return getObjectType()->isObjCUnqualifiedIdOrClass(); 7471 return getObjectType()->isObjCQualifiedId(); 7477 return getObjectType()->isObjCQualifiedClass(); 7481 bool isKindOfType() const { return getObjectType()->isKindOfType(); } 7484 bool isSpecialized() const { return getObjectType()->isSpecialized(); } 7488 return getObjectType()->isSpecializedAsWritten(); [all …]
|
H A D | ExprCXX.h | 204 QualType getObjectType() const;
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | UncountedCallArgsChecker.cpp | 89 QualType ArgType = MemberCallExpr->getObjectType(); in visitCallExpr()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 781 bound = OPT->getObjectType()->stripObjCKindOfTypeAndQuals(ctx) in isObjCIdOrObjectKindOfType() 915 QualType obj = getObjectType()->stripObjCKindOfTypeAndQuals(ctx); in stripObjCKindOfTypeAndQuals() 1391 const auto *obj = objPtr->getObjectType(); in VisitObjCTypeParamType() 1529 ? ptrType->getObjectType() in VisitAttributedType() 1676 objectType = objectPointerType->getObjectType(); in getObjCSubstitutions() 1800 if (auto interfaceDecl = getObjectType()->getInterface()) { in getInterfaceType() 1809 QualType superObjectType = getObjectType()->getSuperClassType(); in getSuperClassType() 4922 if (opt->getObjectType()->isObjCClass()) in isObjCARCImplicitlyUnretainedType()
|
H A D | ASTContext.cpp | 5792 const ObjCObjectType *objT = objPtr->getObjectType(); in applyObjCProtocolQualifiers() 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() 10488 const ObjCObjectType *LHS = Lptr->getObjectType(); in areCommonBaseCompatible() 10489 const ObjCObjectType *RHS = Rptr->getObjectType(); in areCommonBaseCompatible()
|
H A D | ExprCXX.cpp | 716 QualType CXXMemberCallExpr::getObjectType() const { in getObjectType() function in CXXMemberCallExpr
|
H A D | ExprConstant.cpp | 12029 static QualType getObjectType(APValue::LValueBase B) { in getObjectType() function 12276 QualType BaseTy = getObjectType(LVal.getLValueBase()); in determineEndOffset()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprMember.cpp | 1239 const ObjCObjectType *ty = opty->getObjectType(); in ShouldTryAgainWithRedefinitionType() 1253 if (opty && !opty->getObjectType()->getInterface()) in ShouldTryAgainWithRedefinitionType() 1551 const ObjCObjectType *OT = OPT->getObjectType(); in LookupMemberExpr()
|
H A D | SemaObjC.cpp | 151 const ObjCObjectType *objectType = pointerType->getObjectType(); in CheckObjCForCollectionOperand() 1494 ObjCInterfaceDecl *Cls = PT->getObjectType()->getInterface(); in isNSStringType()
|
H A D | SemaExprObjC.cpp | 3356 if (OPT->getObjectType()->isObjCClass()) { in BuildInstanceMessage() 4036 = InterfacePointerType->getObjectType()->getInterface(); in CheckObjCBridgeNSCast() 4100 = InterfacePointerType->getObjectType()->getInterface(); in CheckObjCBridgeCFCast()
|
H A D | SemaObjCProperty.cpp | 580 ObjCInterfaceDecl *IDecl = ObjPtrTy->getObjectType()->getInterface(); in CreatePropertyDecl()
|
H A D | SemaDeclObjC.cpp | 57 method->getReturnType()->castAs<ObjCObjectPointerType>()->getObjectType(); in checkInitMethod()
|
H A D | SemaType.cpp | 7296 const ObjCObjectType *objType = ptrType ? ptrType->getObjectType() in checkObjCKindOfType()
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexBody.cpp | 295 addReceivers(Ptr->getObjectType()); in VisitObjCMessageExpr()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CallEvent.cpp | 1288 ReceiverT = cast<ObjCObjectPointerType>(SupersType)->getObjectType(); in getRuntimeDefinition() 1308 ReceiverT = ReceiverDynT->getObjectType(); in getRuntimeDefinition()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | IRForTarget.cpp | 285 clang::QualType(pointer_objcobjpointertype->getObjectType(), 0); in CreateResultVariable()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | LocalizationChecker.cpp | 902 ObjCInterfaceDecl *Cls = PT->getObjectType()->getInterface(); in isNSStringType()
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 434 ObjCInterfaceDecl *IDecl = ObjPtrTy->getObjectType()->getInterface(); in PropertyMemoryAttribute()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjC.cpp | 226 = InterfacePointerType->getObjectType()->getInterface(); in EmitObjCCollectionLiteral()
|
H A D | CGObjCGNU.cpp | 2516 const ObjCInterfaceDecl *IDecl = OPT->getObjectType()->getInterface(); in GetEHType()
|
H A D | MicrosoftCXXABI.cpp | 2026 ThisTy = CE->getObjectType(); in EmitVirtualDestructorCall()
|
H A D | ItaniumCXXABI.cpp | 2258 ThisTy = CE->getObjectType(); in EmitVirtualDestructorCall()
|
H A D | CGExprScalar.cpp | 3091 CharUnits size = CGF.getContext().getTypeSizeInChars(OPT->getObjectType()); in EmitScalarPrePostIncDec()
|
H A D | CGObjCMac.cpp | 4765 const ObjCObjectType *ObjTy = OPT->getObjectType(); in EmitTryOrSynchronizedStmt()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 1970 ObjCInterfaceDecl *IDecl = Ptr->getObjectType()->getInterface(); in RewriteObjCTryStmt()
|