Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h898 void setSetterMethodDecl(ObjCMethodDecl *gDecl) { SetterMethodDecl = gDecl; } in setSetterMethodDecl() function
2888 void setSetterMethodDecl(ObjCMethodDecl *MD) { SetterMethodDecl = MD; } in setSetterMethodDecl() function
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp1509 PIDecl->setSetterMethodDecl(OMD); in ActOnPropertyImplDecl()
2597 property->setSetterMethodDecl(SetterMethod); in ProcessPropertyDecl()
H A DSemaDeclObjC.cpp4862 PropertyImpl->setSetterMethodDecl(ObjCMethod); in ActOnMethodDeclaration()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp1451 D->setSetterMethodDecl(readDeclAs<ObjCMethodDecl>()); in VisitObjCPropertyDecl()
1485 D->setSetterMethodDecl(readDeclAs<ObjCMethodDecl>()); in VisitObjCPropertyImplDecl()
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8139 property_decl->setSetterMethodDecl(setter); in AddObjCClassProperty()
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp5492 ToProperty->setSetterMethodDecl(ToSetterMethodDecl); in VisitObjCPropertyDecl()