Searched refs:SetterNameLoc (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaObjC.h | 964 Selector SetterSel, SourceLocation SetterNameLoc, const bool isReadWrite, 974 Selector SetterSel, SourceLocation SetterNameLoc,
|
| H A D | DeclSpec.h | 976 SourceLocation getSetterNameLoc() const { return SetterNameLoc; } in getSetterNameLoc() 979 SetterNameLoc = loc; in setSetterName() 998 SourceLocation SetterNameLoc; // location of the setter attribute's value variable
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 408 Selector SetterSel, SourceLocation SetterNameLoc, const bool isReadWrite, in HandlePropertyInClassExtension() argument 506 SetterSel, SetterNameLoc, in HandlePropertyInClassExtension() 555 SourceLocation SetterNameLoc, const bool isReadWrite, in CreatePropertyDecl() argument 630 PDecl->setSetterName(SetterSel, SetterNameLoc); in CreatePropertyDecl()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 763 SourceLocation SetterNameLoc; variable 891 SourceLocation getSetterNameLoc() const { return SetterNameLoc; } in getSetterNameLoc() 895 SetterNameLoc = Loc;
|