Searched defs:SetterSel (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 177 ActOnProperty(Scope * S,SourceLocation AtLoc,SourceLocation LParenLoc,FieldDeclarator & FD,ObjCDeclSpec & ODS,Selector GetterSel,Selector SetterSel,tok::ObjCKeywordKind MethodImplKind,DeclContext * lexicalDC) ActOnProperty() argument 407 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) HandlePropertyInClassExtension() argument 553 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) CreatePropertyDecl() argument
|
H A D | SemaExprMember.cpp | 1567 Selector SetterSel = LookupMemberExpr() local 1619 Selector SetterSel = LookupMemberExpr() local
|
H A D | SemaExprObjC.cpp | 2067 Selector SetterSel = SelectorTable::constructSetterSelector( HandleExprPropertyRefExpr() local 2218 Selector SetterSel; ActOnClassPropertyRefExpr() local [all...] |
/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 809 Selector SetterSel; ParseObjCInterfaceDeclList() local
|