Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h948 Selector GetterSel, Selector SetterSel,
964 Selector SetterSel, SourceLocation SetterNameLoc, const bool isReadWrite,
974 Selector SetterSel, SourceLocation SetterNameLoc,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp1505 Selector SetterSel = in LookupMemberExpr() local
1512 SetterSel, S.Context)) in LookupMemberExpr()
1557 Selector SetterSel = in LookupMemberExpr() local
1561 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel); in LookupMemberExpr()
1565 Setter = IFace->lookupPrivateMethod(SetterSel, false); in LookupMemberExpr()
H A DSemaObjCProperty.cpp175 Selector SetterSel, in ActOnProperty() argument
201 SetterSel, ODS.getSetterNameLoc(), in ActOnProperty()
212 GetterSel, ODS.getGetterNameLoc(), SetterSel, in ActOnProperty()
408 Selector SetterSel, SourceLocation SetterNameLoc, const bool isReadWrite, in HandlePropertyInClassExtension() argument
506 SetterSel, SetterNameLoc, in HandlePropertyInClassExtension()
554 SourceLocation GetterNameLoc, Selector SetterSel, in CreatePropertyDecl() argument
630 PDecl->setSetterName(SetterSel, SetterNameLoc); in CreatePropertyDecl()
H A DSemaExprObjC.cpp2055 Selector SetterSel = SelectorTable::constructSetterSelector( in HandleExprPropertyRefExpr() local
2057 ObjCMethodDecl *Setter = IFace->lookupInstanceMethod(SetterSel); in HandleExprPropertyRefExpr()
2061 Setter = LookupMethodInQualifiedType(SetterSel, OPT, true); in HandleExprPropertyRefExpr()
2066 Setter = IFace->lookupPrivateMethod(SetterSel); in HandleExprPropertyRefExpr()
2207 Selector SetterSel; in ActOnClassPropertyRefExpr() local
2211 SetterSel = PD->getSetterName(); in ActOnClassPropertyRefExpr()
2214 SetterSel = SelectorTable::constructSetterSelector( in ActOnClassPropertyRefExpr()
2234 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel); in ActOnClassPropertyRefExpr()
2238 Setter = IFace->lookupPrivateClassMethod(SetterSel); in ActOnClassPropertyRefExpr()
2242 Setter = IFace->getCategoryClassMethod(SetterSel); in ActOnClassPropertyRefExpr()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp728 Selector SetterSel; in ParseObjCInterfaceDeclList() local
730 SetterSel = PP.getSelectorTable().getSelector(1, &SetterName); in ParseObjCInterfaceDeclList()
732 SetterSel = SelectorTable::constructSetterSelector( in ParseObjCInterfaceDeclList()
736 getCurScope(), AtLoc, LParenLoc, FD, OCDS, GetterSel, SetterSel, in ParseObjCInterfaceDeclList()