Searched refs:getterMethod (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 1412 if (ObjCMethodDecl *getterMethod = property->getGetterMethodDecl()) { in ActOnPropertyImplDecl() local 1413 getterMethod->createImplicitParams(Context, IDecl); in ActOnPropertyImplDecl() 1419 getterMethod->getSelector(), getterMethod->isInstanceMethod()); in ActOnPropertyImplDecl() 1421 OMD = RedeclarePropertyAccessor(Context, IC, getterMethod, AtLoc, in ActOnPropertyImplDecl() 1431 Sema::SynthesizedFunctionScope Scope(SemaRef, getterMethod); in ActOnPropertyImplDecl() 1432 ImplicitParamDecl *SelfDecl = getterMethod->getSelfDecl(); in ActOnPropertyImplDecl() 1448 getterMethod->getReturnType()), in ActOnPropertyImplDecl() 1458 !getterMethod->hasAttr<NSReturnsNotRetainedAttr>()) { in ActOnPropertyImplDecl() 1459 Diag(getterMethod->getLocation(), in ActOnPropertyImplDecl() 1464 switch (getterMethod->getMethodFamily()) { in ActOnPropertyImplDecl() [all …]
|
| H A D | SemaExprObjC.cpp | 772 ObjCMethodDecl *getterMethod, ObjCMethodDecl *setterMethod) { in BuildObjCSubscriptExpression() argument 797 getterMethod, setterMethod, RB); in BuildObjCSubscriptExpression()
|
| H A D | TreeTransform.h | 3751 ObjCMethodDecl *getterMethod, in RebuildObjCSubscriptRefExpr() argument 3754 RB, Base, Key, getterMethod, setterMethod); in RebuildObjCSubscriptRefExpr()
|
| /src/contrib/llvm-project/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() 1226 llvm::Value *cmd = emitCmdValueForGetterSetterBody(*this, getterMethod); in generateObjCGetterBody() 1252 getTypes().ConvertType(getterMethod->getReturnType()))); in generateObjCGetterBody()
|
| /src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaObjC.h | 681 ObjCMethodDecl *getterMethod,
|