Searched refs:getterMethod (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/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() 1480 !getterMethod->hasAttr<NSReturnsNotRetainedAttr>()) { in ActOnPropertyImplDecl() 1481 Diag(getterMethod->getLocation(), in ActOnPropertyImplDecl() 1486 switch (getterMethod->getMethodFamily()) { in ActOnPropertyImplDecl() [all …]
|
| H A D | SemaExprObjC.cpp | 766 ObjCMethodDecl *getterMethod, in BuildObjCSubscriptExpression() argument 791 getterMethod, setterMethod, RB); in BuildObjCSubscriptExpression()
|
| H A D | TreeTransform.h | 3603 ObjCMethodDecl *getterMethod, in RebuildObjCSubscriptRefExpr() argument 3606 getterMethod, setterMethod); in RebuildObjCSubscriptRefExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 1174 ObjCMethodDecl *getterMethod = propImpl->getGetterMethodDecl(); in generateObjCGetterBody() local 1200 llvm::Type *retTy = ConvertType(getterMethod->getReturnType()); in generateObjCGetterBody() 1227 llvm::Value *cmd = emitCmdValueForGetterSetterBody(*this, getterMethod); in generateObjCGetterBody() 1253 getTypes().ConvertType(getterMethod->getReturnType()))); in generateObjCGetterBody()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 7479 ObjCMethodDecl *getterMethod,
|