Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h764 SourceLocation SetterNameLoc; variable
890 SourceLocation getSetterNameLoc() const { return SetterNameLoc; } in getSetterNameLoc()
894 SetterNameLoc = Loc;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h938 SourceLocation getSetterNameLoc() const { return SetterNameLoc; } in getSetterNameLoc()
941 SetterNameLoc = loc; in setSetterName()
960 SourceLocation SetterNameLoc; // location of the setter attribute's value variable
H A DSema.h4930 SourceLocation SetterNameLoc,
4948 SourceLocation SetterNameLoc,
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp412 SourceLocation SetterNameLoc, in HandlePropertyInClassExtension() argument
514 SetterSel, SetterNameLoc, in HandlePropertyInClassExtension()
566 SourceLocation SetterNameLoc, in CreatePropertyDecl() argument
646 PDecl->setSetterName(SetterSel, SetterNameLoc); in CreatePropertyDecl()