Home
last modified time | relevance | path

Searched defs:setterMethod (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1477 if (ObjCMethodDecl *setterMethod = property->getSetterMethodDecl()) { ActOnPropertyImplDecl() local
H A DSemaExprObjC.cpp772 BuildObjCSubscriptExpression(SourceLocation RB,Expr * BaseExpr,Expr * IndexExpr,ObjCMethodDecl * getterMethod,ObjCMethodDecl * setterMethod) BuildObjCSubscriptExpression() argument
H A DTreeTransform.h3749 RebuildObjCSubscriptRefExpr(SourceLocation RB,Expr * Base,Expr * Key,ObjCMethodDecl * getterMethod,ObjCMethodDecl * setterMethod) RebuildObjCSubscriptRefExpr() argument
/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1436 ObjCMethodDecl *setterMethod = propImpl->getSetterMethodDecl(); generateObjCSetterBody() local
[all...]