Searched defs:GetterNameLoc (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 406 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
|
/llvm-project/clang/include/clang/AST/ |
H A D | DeclObjC.h | 762 SourceLocation GetterNameLoc; variable
|
/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 995 SourceLocation GetterNameLoc; // location of the getter attribute's value global() variable
|