Searched refs:getterMethod (Results 1 – 5 of 5) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 1134 if (ObjCMethodDecl *getterMethod = property->getGetterMethodDecl()) { in ActOnPropertyImplDecl() local 1135 getterMethod->createImplicitParams(Context, IDecl); in ActOnPropertyImplDecl() 1141 SynthesizedFunctionScope Scope(*this, getterMethod); in ActOnPropertyImplDecl() 1142 ImplicitParamDecl *SelfDecl = getterMethod->getSelfDecl(); in ActOnPropertyImplDecl() 1157 getterMethod->getReturnType(), in ActOnPropertyImplDecl() 1168 !getterMethod->hasAttr<NSReturnsNotRetainedAttr>()) { in ActOnPropertyImplDecl() 1169 Diag(getterMethod->getLocation(), in ActOnPropertyImplDecl() 1174 switch (getterMethod->getMethodFamily()) { in ActOnPropertyImplDecl() 1179 Diag(getterMethod->getLocation(), diag::err_arc_illegal_method_def) in ActOnPropertyImplDecl() 1180 << 1 << getterMethod->getSelector(); in ActOnPropertyImplDecl()
|
| H A D | SemaExprObjC.cpp | 604 ObjCMethodDecl *getterMethod, in BuildObjCSubscriptExpression() argument 628 Context.PseudoObjectTy, getterMethod, in BuildObjCSubscriptExpression()
|
| H A D | TreeTransform.h | 2572 ObjCMethodDecl *getterMethod, in RebuildObjCSubscriptRefExpr() argument 2575 getterMethod, setterMethod); in RebuildObjCSubscriptRefExpr()
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 831 ObjCMethodDecl *getterMethod = prop->getGetterMethodDecl(); in generateObjCGetterBody() local 881 Builder.CreateLoad(LocalDeclMap[getterMethod->getCmdDecl()], "cmd"); in generateObjCGetterBody() 909 getTypes().ConvertType(getterMethod->getReturnType()))); in generateObjCGetterBody()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 4909 ObjCMethodDecl *getterMethod,
|