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

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp394 PDecl->setSetterMethodDecl(PrimaryPDecl->getSetterMethodDecl());
514 PDecl->setSetterMethodDecl(PIDecl->getSetterMethodDecl());
2044 property->setSetterMethodDecl(SetterMethod);
/external/clang/include/clang/AST/
H A DDeclObjC.h2319 void setSetterMethodDecl(ObjCMethodDecl *gDecl) { SetterMethodDecl = gDecl; } function in class:clang::ObjCPropertyDecl
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp914 D->setSetterMethodDecl(ReadDeclAs<ObjCMethodDecl>(Record, Idx));
/external/clang/lib/AST/
H A DASTImporter.cpp3788 ToProperty->setSetterMethodDecl(

Completed in 142 milliseconds