Home
last modified time | relevance | path

Searched refs:setGetterMethodDecl (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h899 void setGetterMethodDecl(ObjCMethodDecl *gDecl) { GetterMethodDecl = gDecl; } in setGetterMethodDecl() function
2837 void setGetterMethodDecl(ObjCMethodDecl *MD) { GetterMethodDecl = MD; } in setGetterMethodDecl() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1445 PIDecl->setGetterMethodDecl(OMD); in ActOnPropertyImplDecl()
2526 property->setGetterMethodDecl(GetterMethod); in ProcessPropertyDecl()
H A DSemaDeclObjC.cpp4848 PropertyImpl->setGetterMethodDecl(ObjCMethod); in ActOnMethodDeclaration()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1309 D->setGetterMethodDecl(readDeclAs<ObjCMethodDecl>()); in VisitObjCPropertyDecl()
1343 D->setGetterMethodDecl(readDeclAs<ObjCMethodDecl>()); in VisitObjCPropertyImplDecl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7914 property_decl->setGetterMethodDecl(getter); in AddObjCClassProperty()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp5270 ToProperty->setGetterMethodDecl(ToGetterMethodDecl); in VisitObjCPropertyDecl()