Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
1481 !getterMethod->hasAttr<NSReturnsNotRetainedAttr>()) { in ActOnPropertyImplDecl()
1482 Diag(getterMethod->getLocation(), in ActOnPropertyImplDecl()
1487 switch (getterMethod->getMethodFamily()) { in ActOnPropertyImplDecl()
[all …]
H A DSemaExprObjC.cpp765 ObjCMethodDecl *getterMethod, in BuildObjCSubscriptExpression() argument
790 getterMethod, setterMethod, RB); in BuildObjCSubscriptExpression()
H A DTreeTransform.h3427 ObjCMethodDecl *getterMethod, in RebuildObjCSubscriptRefExpr() argument
3430 getterMethod, setterMethod); in RebuildObjCSubscriptRefExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp1133 ObjCMethodDecl *getterMethod = propImpl->getGetterMethodDecl(); in generateObjCGetterBody() local
1162 llvm::Type *retTy = ConvertType(getterMethod->getReturnType()); in generateObjCGetterBody()
1191 Builder.CreateLoad(GetAddrOfLocalVar(getterMethod->getCmdDecl()), "cmd"); in generateObjCGetterBody()
1217 getTypes().ConvertType(getterMethod->getReturnType()))); in generateObjCGetterBody()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h6866 ObjCMethodDecl *getterMethod,