Home
last modified time | relevance | path

Searched refs:PropertyImpl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp4874 for (ObjCPropertyImplDecl *PropertyImpl : ImpDecl->property_impls()) { in ActOnMethodDeclaration()
4875 if (auto *Setter = PropertyImpl->getSetterMethodDecl()) in ActOnMethodDeclaration()
4879 PropertyImpl->setSetterMethodDecl(ObjCMethod); in ActOnMethodDeclaration()
4881 if (auto *Getter = PropertyImpl->getGetterMethodDecl()) in ActOnMethodDeclaration()
4885 PropertyImpl->setGetterMethodDecl(ObjCMethod); in ActOnMethodDeclaration()
H A DSemaCodeComplete.cpp8947 if (const auto *PropertyImpl = dyn_cast<ObjCPropertyImplDecl>(D)) in CodeCompleteObjCPropertyDefinition() local
8948 Results.Ignore(PropertyImpl->getPropertyDecl()); in CodeCompleteObjCPropertyDefinition()