Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h898 void setGetterMethodDecl(ObjCMethodDecl *gDecl) { GetterMethodDecl = gDecl; } in setGetterMethodDecl() function
2849 void setGetterMethodDecl(ObjCMethodDecl *MD) { GetterMethodDecl = MD; } in setGetterMethodDecl() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaObjCProperty.cpp1445 PIDecl->setGetterMethodDecl(OMD); in ActOnPropertyImplDecl()
2526 property->setGetterMethodDecl(GetterMethod); in ProcessPropertyDecl()
H A DSemaDeclObjC.cpp4856 PropertyImpl->setGetterMethodDecl(ObjCMethod); in ActOnMethodDeclaration()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp1402 D->setGetterMethodDecl(readDeclAs<ObjCMethodDecl>()); in VisitObjCPropertyDecl()
1436 D->setGetterMethodDecl(readDeclAs<ObjCMethodDecl>()); in VisitObjCPropertyImplDecl()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8012 property_decl->setGetterMethodDecl(getter); in AddObjCClassProperty()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp5380 ToProperty->setGetterMethodDecl(ToGetterMethodDecl); in VisitObjCPropertyDecl()