Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp1445 PIDecl->setGetterMethodDecl(OMD); in ActOnPropertyImplDecl()
2527 property->setGetterMethodDecl(GetterMethod); in ProcessPropertyDecl()
H A DSemaDeclObjC.cpp4848 PropertyImpl->setGetterMethodDecl(ObjCMethod); in ActOnMethodDeclaration()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1307 D->setGetterMethodDecl(readDeclAs<ObjCMethodDecl>()); in VisitObjCPropertyDecl()
1341 D->setGetterMethodDecl(readDeclAs<ObjCMethodDecl>()); in VisitObjCPropertyImplDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp5165 ToProperty->setGetterMethodDecl(ToGetterMethodDecl); in VisitObjCPropertyDecl()