Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp393 PDecl->setGetterMethodDecl(PrimaryPDecl->getGetterMethodDecl()); in HandlePropertyInClassExtension()
513 PDecl->setGetterMethodDecl(PIDecl->getGetterMethodDecl()); in HandlePropertyInClassExtension()
1992 property->setGetterMethodDecl(GetterMethod); in ProcessPropertyDecl()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h2329 void setGetterMethodDecl(ObjCMethodDecl *gDecl) { GetterMethodDecl = gDecl; } in setGetterMethodDecl() function
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp960 D->setGetterMethodDecl(ReadDeclAs<ObjCMethodDecl>(Record, Idx)); in VisitObjCPropertyDecl()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp3821 ToProperty->setGetterMethodDecl( in VisitObjCPropertyDecl()