Searched refs:GetterNameLoc (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaObjC.h | 970 FieldDeclarator &FD, Selector GetterSel, SourceLocation GetterNameLoc, 980 Selector GetterSel, SourceLocation GetterNameLoc,
|
H A D | DeclSpec.h | 966 SourceLocation getGetterNameLoc() const { return GetterNameLoc; } in getGetterNameLoc() 969 GetterNameLoc = loc; in setGetterName() 995 SourceLocation GetterNameLoc; // location of the getter attribute's value variable
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 406 FieldDeclarator &FD, Selector GetterSel, SourceLocation GetterNameLoc, in HandlePropertyInClassExtension() argument 504 FD, GetterSel, GetterNameLoc, in HandlePropertyInClassExtension() 553 SourceLocation GetterNameLoc, Selector SetterSel, in CreatePropertyDecl() argument 628 PDecl->setGetterName(GetterSel, GetterNameLoc); in CreatePropertyDecl()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclObjC.h | 762 SourceLocation GetterNameLoc; variable 885 SourceLocation getGetterNameLoc() const { return GetterNameLoc; } in getGetterNameLoc() 889 GetterNameLoc = Loc;
|