Home
last modified time | relevance | path

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

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