Home
last modified time | relevance | path

Searched defs:SetterNameLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp412 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
566 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
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h764 SourceLocation SetterNameLoc; global() variable
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h960 SourceLocation SetterNameLoc; // location of the setter attribute's value global() variable