Home
last modified time | relevance | path

Searched refs:SetterNameLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h971 Selector SetterSel, SourceLocation SetterNameLoc, const bool isReadWrite,
981 Selector SetterSel, SourceLocation SetterNameLoc,
H A DDeclSpec.h974 SourceLocation getSetterNameLoc() const { return SetterNameLoc; } in getSetterNameLoc()
977 SetterNameLoc = loc; in setSetterName()
996 SourceLocation SetterNameLoc; // location of the setter attribute's value variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp407 Selector SetterSel, SourceLocation SetterNameLoc, const bool isReadWrite, in HandlePropertyInClassExtension() argument
505 SetterSel, SetterNameLoc, in HandlePropertyInClassExtension()
554 SourceLocation SetterNameLoc, const bool isReadWrite, in CreatePropertyDecl() argument
629 PDecl->setSetterName(SetterSel, SetterNameLoc); in CreatePropertyDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h765 SourceLocation SetterNameLoc; variable
893 SourceLocation getSetterNameLoc() const { return SetterNameLoc; } in getSetterNameLoc()
897 SetterNameLoc = Loc;