Searched refs:SetterSel (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaObjC.h | 955 Selector GetterSel, Selector SetterSel, 971 Selector SetterSel, SourceLocation SetterNameLoc, const bool isReadWrite, 981 Selector SetterSel, SourceLocation SetterNameLoc,
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprMember.cpp | 1570 Selector SetterSel = in LookupMemberExpr() local 1577 SetterSel, S.Context)) in LookupMemberExpr() 1622 Selector SetterSel = in LookupMemberExpr() local 1626 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel); in LookupMemberExpr() 1630 Setter = IFace->lookupPrivateMethod(SetterSel, false); in LookupMemberExpr()
|
H A D | SemaObjCProperty.cpp | 177 Selector SetterSel, in ActOnProperty() argument 200 SetterSel, ODS.getSetterNameLoc(), in ActOnProperty() 211 GetterSel, ODS.getGetterNameLoc(), SetterSel, in ActOnProperty() 407 Selector SetterSel, SourceLocation SetterNameLoc, const bool isReadWrite, in HandlePropertyInClassExtension() argument 505 SetterSel, SetterNameLoc, in HandlePropertyInClassExtension() 553 SourceLocation GetterNameLoc, Selector SetterSel, in CreatePropertyDecl() argument 629 PDecl->setSetterName(SetterSel, SetterNameLoc); in CreatePropertyDecl()
|
H A D | SemaExprObjC.cpp | 2067 Selector SetterSel = SelectorTable::constructSetterSelector( in HandleExprPropertyRefExpr() local 2069 ObjCMethodDecl *Setter = IFace->lookupInstanceMethod(SetterSel); in HandleExprPropertyRefExpr() 2073 Setter = LookupMethodInQualifiedType(SetterSel, OPT, true); in HandleExprPropertyRefExpr() 2078 Setter = IFace->lookupPrivateMethod(SetterSel); in HandleExprPropertyRefExpr() 2218 Selector SetterSel; in ActOnClassPropertyRefExpr() local 2222 SetterSel = PD->getSetterName(); in ActOnClassPropertyRefExpr() 2225 SetterSel = SelectorTable::constructSetterSelector( in ActOnClassPropertyRefExpr() 2245 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel); in ActOnClassPropertyRefExpr() 2249 Setter = IFace->lookupPrivateClassMethod(SetterSel); in ActOnClassPropertyRefExpr() 2253 Setter = IFace->getCategoryClassMethod(SetterSel); in ActOnClassPropertyRefExpr()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 809 Selector SetterSel; in ParseObjCInterfaceDeclList() local 811 SetterSel = PP.getSelectorTable().getSelector(1, &SetterName); in ParseObjCInterfaceDeclList() 813 SetterSel = SelectorTable::constructSetterSelector( in ParseObjCInterfaceDeclList() 817 getCurScope(), AtLoc, LParenLoc, FD, OCDS, GetterSel, SetterSel, in ParseObjCInterfaceDeclList()
|