Home
last modified time | relevance | path

Searched refs:getterMethod (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1433 if (ObjCMethodDecl *getterMethod = property->getGetterMethodDecl()) { in ActOnPropertyImplDecl() local
1434 getterMethod->createImplicitParams(Context, IDecl); in ActOnPropertyImplDecl()
1440 getterMethod->getSelector(), getterMethod->isInstanceMethod()); in ActOnPropertyImplDecl()
1442 OMD = RedeclarePropertyAccessor(Context, IC, getterMethod, AtLoc, in ActOnPropertyImplDecl()
1452 SynthesizedFunctionScope Scope(*this, getterMethod); in ActOnPropertyImplDecl()
1453 ImplicitParamDecl *SelfDecl = getterMethod->getSelfDecl(); in ActOnPropertyImplDecl()
1469 getterMethod->getReturnType()), in ActOnPropertyImplDecl()
1479 !getterMethod->hasAttr<NSReturnsNotRetainedAttr>()) { in ActOnPropertyImplDecl()
1480 Diag(getterMethod->getLocation(), in ActOnPropertyImplDecl()
1485 switch (getterMethod->getMethodFamily()) { in ActOnPropertyImplDecl()
[all …]
H A DSemaExprObjC.cpp766 ObjCMethodDecl *getterMethod, in BuildObjCSubscriptExpression() argument
791 getterMethod, setterMethod, RB); in BuildObjCSubscriptExpression()
H A DTreeTransform.h3690 ObjCMethodDecl *getterMethod, in RebuildObjCSubscriptRefExpr() argument
3693 getterMethod, setterMethod); in RebuildObjCSubscriptRefExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1170 ObjCMethodDecl *getterMethod = propImpl->getGetterMethodDecl(); in generateObjCGetterBody() local
1196 llvm::Type *retTy = ConvertType(getterMethod->getReturnType()); in generateObjCGetterBody()
1222 llvm::Value *cmd = emitCmdValueForGetterSetterBody(*this, getterMethod); in generateObjCGetterBody()
1248 getTypes().ConvertType(getterMethod->getReturnType()))); in generateObjCGetterBody()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7663 ObjCMethodDecl *getterMethod,