Searched refs:getterMethod (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 1434 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 D | SemaExprObjC.cpp | 765 ObjCMethodDecl *getterMethod, in BuildObjCSubscriptExpression() argument 790 getterMethod, setterMethod, RB); in BuildObjCSubscriptExpression()
|
| H A D | TreeTransform.h | 3427 ObjCMethodDecl *getterMethod, in RebuildObjCSubscriptRefExpr() argument 3430 getterMethod, setterMethod); in RebuildObjCSubscriptRefExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 1133 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 D | Sema.h | 6866 ObjCMethodDecl *getterMethod,
|