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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp1522 Selector SetterSel = local
1529 SetterSel, S.Context))
1574 Selector SetterSel = local
1578 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel);
1582 Setter = IFace->lookupPrivateMethod(SetterSel, false);
H A DSemaExprObjC.cpp2043 Selector SetterSel = local
2046 ObjCMethodDecl *Setter = IFace->lookupInstanceMethod(SetterSel);
2050 Setter = LookupMethodInQualifiedType(SetterSel, OPT, true);
2055 Setter = IFace->lookupPrivateMethod(SetterSel);
2196 Selector SetterSel; local
2200 SetterSel = PD->getSetterName();
2203 SetterSel = SelectorTable::constructSetterSelector(
2222 ObjCMethodDecl *Setter = IFace->lookupClassMethod(SetterSel);
2226 Setter = IFace->lookupPrivateClassMethod(SetterSel);
2230 Setter = IFace->getCategoryClassMethod(SetterSel);
[all...]
H A DSemaObjCProperty.cpp179 Selector SetterSel,
202 SetterSel, ODS.getSetterNameLoc(),
213 GetterSel, ODS.getGetterNameLoc(), SetterSel,
418 Selector SetterSel,
521 SetterSel, SetterNameLoc,
572 Selector SetterSel,
653 PDecl->setSetterName(SetterSel, SetterNameLoc);
174 ActOnProperty(Scope *S, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, ObjCDeclSpec &ODS, Selector GetterSel, Selector SetterSel, tok::ObjCKeywordKind MethodImplKind, DeclContext *lexicalDC) argument
412 HandlePropertyInClassExtension(Scope *S, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, Selector GetterSel, SourceLocation GetterNameLoc, Selector SetterSel, SourceLocation SetterNameLoc, const bool isReadWrite, unsigned &Attributes, const unsigned AttributesAsWritten, QualType T, TypeSourceInfo *TSI, tok::ObjCKeywordKind MethodImplKind) argument
565 CreatePropertyDecl(Scope *S, ObjCContainerDecl *CDecl, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, Selector GetterSel, SourceLocation GetterNameLoc, Selector SetterSel, SourceLocation SetterNameLoc, const bool isReadWrite, const unsigned Attributes, const unsigned AttributesAsWritten, QualType T, TypeSourceInfo *TInfo, tok::ObjCKeywordKind MethodImplKind, DeclContext *lexicalDC) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp755 Selector SetterSel;
757 SetterSel = PP.getSelectorTable().getSelector(1, &SetterName);
759 SetterSel = SelectorTable::constructSetterSelector(
763 getCurScope(), AtLoc, LParenLoc, FD, OCDS, GetterSel, SetterSel,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4097 Selector SetterSel,
4115 Selector SetterSel,
9367 Selector GetterSel, Selector SetterSel,

Completed in 94 milliseconds