Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h967 void setGetterName(IdentifierInfo *name, SourceLocation loc) { in setGetterName() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h887 void setGetterName(Selector Sel, SourceLocation Loc = SourceLocation()) {
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp628 PDecl->setGetterName(GetterSel, GetterNameLoc); in CreatePropertyDecl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp981 DS.setGetterName(SelIdent, SelLoc); in ParseObjCPropertyAttribute()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1480 D->setGetterName(GetterName.getObjCSelector(), GetterLoc); in VisitObjCPropertyDecl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8055 property_decl->setGetterName(getter_sel); in AddObjCClassProperty()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp5806 ToProperty->setGetterName(ToGetterName, ToGetterNameLoc); in VisitObjCPropertyDecl()