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.h975 void setSetterName(IdentifierInfo *name, SourceLocation loc) { in setSetterName() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h895 void setSetterName(Selector Sel, SourceLocation Loc = SourceLocation()) {
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp629 PDecl->setSetterName(SetterSel, SetterNameLoc); in CreatePropertyDecl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp972 DS.setSetterName(SelIdent, SelLoc); in ParseObjCPropertyAttribute()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1483 D->setSetterName(SetterName.getObjCSelector(), SetterLoc); in VisitObjCPropertyDecl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8043 property_decl->setSetterName(setter_sel); in AddObjCClassProperty()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp5807 ToProperty->setSetterName(ToSetterName, ToSetterNameLoc); in VisitObjCPropertyDecl()