Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp4835 for (ObjCPropertyImplDecl *PropertyImpl : ImpDecl->property_impls()) { in ActOnMethodDeclaration()
4836 if (auto *Setter = PropertyImpl->getSetterMethodDecl()) in ActOnMethodDeclaration()
4840 PropertyImpl->setSetterMethodDecl(ObjCMethod); in ActOnMethodDeclaration()
4842 if (auto *Getter = PropertyImpl->getGetterMethodDecl()) in ActOnMethodDeclaration()
4846 PropertyImpl->setGetterMethodDecl(ObjCMethod); in ActOnMethodDeclaration()
DSemaCodeComplete.cpp7894 if (const auto *PropertyImpl = dyn_cast<ObjCPropertyImplDecl>(D)) in CodeCompleteObjCPropertyDefinition() local
7895 Results.Ignore(PropertyImpl->getPropertyDecl()); in CodeCompleteObjCPropertyDefinition()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp6174 if (const auto *PropertyImpl = dyn_cast<ObjCPropertyImplDecl>(D)) in CodeCompleteObjCPropertyDefinition() local
6175 Results.Ignore(PropertyImpl->getPropertyDecl()); in CodeCompleteObjCPropertyDefinition()