Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaObjCProperty.cpp393 PDecl->setSetterMethodDecl(PrimaryPDecl->getSetterMethodDecl()); in HandlePropertyInClassExtension()
515 PDecl->setSetterMethodDecl(PIDecl->getSetterMethodDecl()); in HandlePropertyInClassExtension()
2145 property->setSetterMethodDecl(SetterMethod); in ProcessPropertyDecl()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h2585 void setSetterMethodDecl(ObjCMethodDecl *gDecl) { SetterMethodDecl = gDecl; } in setSetterMethodDecl() function
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderDecl.cpp1096 D->setSetterMethodDecl(ReadDeclAs<ObjCMethodDecl>(Record, Idx)); in VisitObjCPropertyDecl()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTImporter.cpp4019 ToProperty->setSetterMethodDecl( in VisitObjCPropertyDecl()