Home
last modified time | relevance | path

Searched refs:setSetterName (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h977 void setSetterName(IdentifierInfo *name, SourceLocation loc) { in setSetterName() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h893 void setSetterName(Selector Sel, SourceLocation Loc = SourceLocation()) {
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp630 PDecl->setSetterName(SetterSel, SetterNameLoc); in CreatePropertyDecl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp865 DS.setSetterName(SelIdent, SelLoc); in ParseObjCPropertyAttribute()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1490 D->setSetterName(SetterName.getObjCSelector(), SetterLoc); in VisitObjCPropertyDecl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7980 property_decl->setSetterName(setter_sel); in AddObjCClassProperty()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp6083 ToProperty->setSetterName(ToSetterName, ToSetterNameLoc); in VisitObjCPropertyDecl()