Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp394 PDecl->setGetterMethodDecl(PrimaryPDecl->getGetterMethodDecl()); in HandlePropertyInClassExtension()
516 PDecl->setGetterMethodDecl(PIDecl->getGetterMethodDecl()); in HandlePropertyInClassExtension()
2028 property->setGetterMethodDecl(GetterMethod); in ProcessPropertyDecl()
/external/clang/include/clang/AST/
DDeclObjC.h2332 void setGetterMethodDecl(ObjCMethodDecl *gDecl) { GetterMethodDecl = gDecl; } in setGetterMethodDecl() function
/external/clang/lib/Serialization/
DASTReaderDecl.cpp977 D->setGetterMethodDecl(ReadDeclAs<ObjCMethodDecl>(Record, Idx)); in VisitObjCPropertyDecl()
/external/clang/lib/AST/
DASTImporter.cpp3843 ToProperty->setGetterMethodDecl( in VisitObjCPropertyDecl()