Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h923 void setGetterMethodDecl(ObjCMethodDecl *gDecl) { GetterMethodDecl = gDecl; } in setGetterMethodDecl() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp2425 property->setGetterMethodDecl(GetterMethod); in ProcessPropertyDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp1268 D->setGetterMethodDecl(ReadDeclAs<ObjCMethodDecl>()); in VisitObjCPropertyDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp4743 ToProperty->setGetterMethodDecl(ToGetterMethodDecl); in VisitObjCPropertyDecl()