Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h7432 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 DExprCXX.h204 QualType getObjectType() const;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedCallArgsChecker.cpp89 QualType ArgType = MemberCallExpr->getObjectType(); in visitCallExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp781 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 DASTContext.cpp5792 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 DExprCXX.cpp716 QualType CXXMemberCallExpr::getObjectType() const { in getObjectType() function in CXXMemberCallExpr
H A DExprConstant.cpp12029 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 DSemaExprMember.cpp1239 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 DSemaObjC.cpp151 const ObjCObjectType *objectType = pointerType->getObjectType(); in CheckObjCForCollectionOperand()
1494 ObjCInterfaceDecl *Cls = PT->getObjectType()->getInterface(); in isNSStringType()
H A DSemaExprObjC.cpp3356 if (OPT->getObjectType()->isObjCClass()) { in BuildInstanceMessage()
4036 = InterfacePointerType->getObjectType()->getInterface(); in CheckObjCBridgeNSCast()
4100 = InterfacePointerType->getObjectType()->getInterface(); in CheckObjCBridgeCFCast()
H A DSemaObjCProperty.cpp580 ObjCInterfaceDecl *IDecl = ObjPtrTy->getObjectType()->getInterface(); in CreatePropertyDecl()
H A DSemaDeclObjC.cpp57 method->getReturnType()->castAs<ObjCObjectPointerType>()->getObjectType(); in checkInitMethod()
H A DSemaType.cpp7296 const ObjCObjectType *objType = ptrType ? ptrType->getObjectType() in checkObjCKindOfType()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp295 addReceivers(Ptr->getObjectType()); in VisitObjCMessageExpr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1288 ReceiverT = cast<ObjCObjectPointerType>(SupersType)->getObjectType(); in getRuntimeDefinition()
1308 ReceiverT = ReceiverDynT->getObjectType(); in getRuntimeDefinition()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp285 clang::QualType(pointer_objcobjpointertype->getObjectType(), 0); in CreateResultVariable()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp902 ObjCInterfaceDecl *Cls = PT->getObjectType()->getInterface(); in isNSStringType()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp434 ObjCInterfaceDecl *IDecl = ObjPtrTy->getObjectType()->getInterface(); in PropertyMemoryAttribute()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp226 = InterfacePointerType->getObjectType()->getInterface(); in EmitObjCCollectionLiteral()
H A DCGObjCGNU.cpp2516 const ObjCInterfaceDecl *IDecl = OPT->getObjectType()->getInterface(); in GetEHType()
H A DMicrosoftCXXABI.cpp2026 ThisTy = CE->getObjectType(); in EmitVirtualDestructorCall()
H A DItaniumCXXABI.cpp2258 ThisTy = CE->getObjectType(); in EmitVirtualDestructorCall()
H A DCGExprScalar.cpp3091 CharUnits size = CGF.getContext().getTypeSizeInChars(OPT->getObjectType()); in EmitScalarPrePostIncDec()
H A DCGObjCMac.cpp4765 const ObjCObjectType *ObjTy = OPT->getObjectType(); in EmitTryOrSynchronizedStmt()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1970 ObjCInterfaceDecl *IDecl = Ptr->getObjectType()->getInterface(); in RewriteObjCTryStmt()