Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp1406 if (ObjCMethodDecl *getterMethod = property->getGetterMethodDecl()) { in ActOnPropertyImplDecl() local
1407 getterMethod->createImplicitParams(Context, IDecl); in ActOnPropertyImplDecl()
1413 SynthesizedFunctionScope Scope(*this, getterMethod); in ActOnPropertyImplDecl()
1414 ImplicitParamDecl *SelfDecl = getterMethod->getSelfDecl(); in ActOnPropertyImplDecl()
1431 getterMethod->getReturnType(), in ActOnPropertyImplDecl()
1442 !getterMethod->hasAttr<NSReturnsNotRetainedAttr>()) { in ActOnPropertyImplDecl()
1443 Diag(getterMethod->getLocation(), in ActOnPropertyImplDecl()
1448 switch (getterMethod->getMethodFamily()) { in ActOnPropertyImplDecl()
1454 << 1 << getterMethod->getSelector(); in ActOnPropertyImplDecl()
2097 auto *getterMethod = property->getGetterMethodDecl(); in diagnoseNullResettableSynthesizedSetters() local
[all …]
H A DSemaExprObjC.cpp743 ObjCMethodDecl *getterMethod, in BuildObjCSubscriptExpression() argument
768 getterMethod, setterMethod, RB); in BuildObjCSubscriptExpression()
H A DTreeTransform.h2967 ObjCMethodDecl *getterMethod, in RebuildObjCSubscriptRefExpr() argument
2970 getterMethod, setterMethod); in RebuildObjCSubscriptRefExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp983 ObjCMethodDecl *getterMethod = prop->getGetterMethodDecl(); in generateObjCGetterBody() local
1012 llvm::Type *retTy = ConvertType(getterMethod->getReturnType()); in generateObjCGetterBody()
1041 Builder.CreateLoad(GetAddrOfLocalVar(getterMethod->getCmdDecl()), "cmd"); in generateObjCGetterBody()
1067 getTypes().ConvertType(getterMethod->getReturnType()))); in generateObjCGetterBody()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h5709 ObjCMethodDecl *getterMethod,