Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h901 void setGetterMethodDecl(ObjCMethodDecl *gDecl) { GetterMethodDecl = gDecl; } in setGetterMethodDecl() function
2899 void setGetterMethodDecl(ObjCMethodDecl *MD) { GetterMethodDecl = MD; } in setGetterMethodDecl() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1423 PIDecl->setGetterMethodDecl(OMD); in ActOnPropertyImplDecl()
2506 property->setGetterMethodDecl(GetterMethod); in ProcessPropertyDecl()
H A DSemaDeclObjC.cpp4881 PropertyImpl->setGetterMethodDecl(ObjCMethod); in ActOnMethodDeclaration()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1484 D->setGetterMethodDecl(readDeclAs<ObjCMethodDecl>()); in VisitObjCPropertyDecl()
1518 D->setGetterMethodDecl(readDeclAs<ObjCMethodDecl>()); in VisitObjCPropertyImplDecl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8125 property_decl->setGetterMethodDecl(getter); in AddObjCClassProperty()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp5808 ToProperty->setGetterMethodDecl(ToGetterMethodDecl); in VisitObjCPropertyDecl()