Searched defs:setterMethod (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaObjCProperty.cpp | 1498 if (ObjCMethodDecl *setterMethod = property->getSetterMethodDecl()) { ActOnPropertyImplDecl() local |
H A D | SemaExprObjC.cpp | 767 BuildObjCSubscriptExpression(SourceLocation RB,Expr * BaseExpr,Expr * IndexExpr,ObjCMethodDecl * getterMethod,ObjCMethodDecl * setterMethod) BuildObjCSubscriptExpression() argument |
H A D | TreeTransform.h | 3691 RebuildObjCSubscriptRefExpr(SourceLocation RB,Expr * Base,Expr * Key,ObjCMethodDecl * getterMethod,ObjCMethodDecl * setterMethod) RebuildObjCSubscriptRefExpr() argument |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGObjC.cpp | 1432 ObjCMethodDecl *setterMethod = propImpl->getSetterMethodDecl(); generateObjCSetterBody() local |