Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h895 void setGetterMethodDecl(ObjCMethodDecl *gDecl) { GetterMethodDecl = gDecl; } in setGetterMethodDecl() function
2885 void setGetterMethodDecl(ObjCMethodDecl *MD) { GetterMethodDecl = MD; } in setGetterMethodDecl() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp1445 PIDecl->setGetterMethodDecl(OMD); in ActOnPropertyImplDecl()
2523 property->setGetterMethodDecl(GetterMethod); in ProcessPropertyDecl()
H A DSemaDeclObjC.cpp4868 PropertyImpl->setGetterMethodDecl(ObjCMethod); in ActOnMethodDeclaration()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp1450 D->setGetterMethodDecl(readDeclAs<ObjCMethodDecl>()); in VisitObjCPropertyDecl()
1484 D->setGetterMethodDecl(readDeclAs<ObjCMethodDecl>()); in VisitObjCPropertyImplDecl()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8088 property_decl->setGetterMethodDecl(getter); in AddObjCClassProperty()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp5491 ToProperty->setGetterMethodDecl(ToGetterMethodDecl); in VisitObjCPropertyDecl()