Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaObjCProperty.cpp1434 if (ObjCMethodDecl *getterMethod = property->getGetterMethodDecl()) { in ActOnPropertyImplDecl() local
1435 getterMethod->createImplicitParams(Context, IDecl); in ActOnPropertyImplDecl()
1441 getterMethod->getSelector(), getterMethod->isInstanceMethod()); in ActOnPropertyImplDecl()
1443 OMD = RedeclarePropertyAccessor(Context, IC, getterMethod, AtLoc, in ActOnPropertyImplDecl()
1453 SynthesizedFunctionScope Scope(*this, getterMethod); in ActOnPropertyImplDecl()
1454 ImplicitParamDecl *SelfDecl = getterMethod->getSelfDecl(); in ActOnPropertyImplDecl()
1470 getterMethod->getReturnType()), in ActOnPropertyImplDecl()
1480 !getterMethod->hasAttr<NSReturnsNotRetainedAttr>()) { in ActOnPropertyImplDecl()
1481 Diag(getterMethod->getLocation(), in ActOnPropertyImplDecl()
1486 switch (getterMethod->getMethodFamily()) { in ActOnPropertyImplDecl()
[all …]
H A DSemaExprObjC.cpp765 ObjCMethodDecl *getterMethod, in BuildObjCSubscriptExpression() argument
790 getterMethod, setterMethod, RB); in BuildObjCSubscriptExpression()
H A DTreeTransform.h3511 ObjCMethodDecl *getterMethod, in RebuildObjCSubscriptRefExpr() argument
3514 getterMethod, setterMethod); in RebuildObjCSubscriptRefExpr()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjC.cpp1136 ObjCMethodDecl *getterMethod = propImpl->getGetterMethodDecl(); in generateObjCGetterBody() local
1164 llvm::Type *retTy = ConvertType(getterMethod->getReturnType()); in generateObjCGetterBody()
1192 Builder.CreateLoad(GetAddrOfLocalVar(getterMethod->getCmdDecl()), "cmd"); in generateObjCGetterBody()
1218 getTypes().ConvertType(getterMethod->getReturnType()))); in generateObjCGetterBody()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h7233 ObjCMethodDecl *getterMethod,