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.h964 Selector SetterSel, SourceLocation SetterNameLoc, const bool isReadWrite,
974 Selector SetterSel, SourceLocation SetterNameLoc,
H A DDeclSpec.h976 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 DSemaObjCProperty.cpp408 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 DDeclObjC.h763 SourceLocation SetterNameLoc; variable
891 SourceLocation getSetterNameLoc() const { return SetterNameLoc; } in getSetterNameLoc()
895 SetterNameLoc = Loc;