Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaObjCProperty.cpp421 PDecl->setGetterMethodDecl(PrimaryPDecl->getGetterMethodDecl()); in HandlePropertyInClassExtension()
528 PDecl->setGetterMethodDecl(PIDecl->getGetterMethodDecl()); in HandlePropertyInClassExtension()
1929 property->setGetterMethodDecl(GetterMethod); in ProcessPropertyDecl()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DDeclObjC.h2128 void setGetterMethodDecl(ObjCMethodDecl *gDecl) { GetterMethodDecl = gDecl; } in setGetterMethodDecl() function
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReaderDecl.cpp886 D->setGetterMethodDecl(ReadDeclAs<ObjCMethodDecl>(Record, Idx)); in VisitObjCPropertyDecl()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DASTImporter.cpp3805 ToProperty->setGetterMethodDecl( in VisitObjCPropertyDecl()