Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1422 if (ObjCMethodDecl *getterMethod = property->getGetterMethodDecl()) { in ActOnPropertyImplDecl() local
1423 getterMethod->createImplicitParams(Context, IDecl); in ActOnPropertyImplDecl()
1429 getterMethod->getSelector(), getterMethod->isInstanceMethod()); in ActOnPropertyImplDecl()
1431 OMD = RedeclarePropertyAccessor(Context, IC, getterMethod, AtLoc, in ActOnPropertyImplDecl()
1441 Sema::SynthesizedFunctionScope Scope(SemaRef, getterMethod); in ActOnPropertyImplDecl()
1442 ImplicitParamDecl *SelfDecl = getterMethod->getSelfDecl(); in ActOnPropertyImplDecl()
1458 getterMethod->getReturnType()), in ActOnPropertyImplDecl()
1468 !getterMethod->hasAttr<NSReturnsNotRetainedAttr>()) { in ActOnPropertyImplDecl()
1469 Diag(getterMethod->getLocation(), in ActOnPropertyImplDecl()
1474 switch (getterMethod->getMethodFamily()) { in ActOnPropertyImplDecl()
[all …]
H A DSemaExprObjC.cpp767 ObjCMethodDecl *getterMethod, ObjCMethodDecl *setterMethod) { in BuildObjCSubscriptExpression() argument
792 getterMethod, setterMethod, RB); in BuildObjCSubscriptExpression()
H A DTreeTransform.h3801 ObjCMethodDecl *getterMethod, in RebuildObjCSubscriptRefExpr() argument
3804 RB, Base, Key, getterMethod, setterMethod); in RebuildObjCSubscriptRefExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1174 ObjCMethodDecl *getterMethod = propImpl->getGetterMethodDecl(); in generateObjCGetterBody() local
1200 CGM.getPointerAuthInfoForType(getterMethod->getReturnType()); in generateObjCGetterBody()
1208 llvm::Type *retTy = ConvertType(getterMethod->getReturnType()); in generateObjCGetterBody()
1243 llvm::Value *cmd = emitCmdValueForGetterSetterBody(*this, getterMethod); in generateObjCGetterBody()
1269 getTypes().ConvertType(getterMethod->getReturnType()))); in generateObjCGetterBody()
1333 CGM.getPointerAuthInfoForType(getterMethod->getReturnType()); in generateObjCGetterBody()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h673 ObjCMethodDecl *getterMethod,