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.h969 void setGetterName(IdentifierInfo *name, SourceLocation loc) { in setGetterName() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h885 void setGetterName(Selector Sel, SourceLocation Loc = SourceLocation()) {
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp629 PDecl->setGetterName(GetterSel, GetterNameLoc); in CreatePropertyDecl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp874 DS.setGetterName(SelIdent, SelLoc); in ParseObjCPropertyAttribute()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1487 D->setGetterName(GetterName.getObjCSelector(), GetterLoc); in VisitObjCPropertyDecl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7992 property_decl->setGetterName(getter_sel); in AddObjCClassProperty()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp6082 ToProperty->setGetterName(ToGetterName, ToGetterNameLoc); in VisitObjCPropertyDecl()