Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp1870 ObjCPropertyDecl *PropInSuperClass = in DefaultSynthesizeProperties() local
1879 if (!SuperClassImplementsProperty(IDecl, Prop) && !PropInSuperClass) { in DefaultSynthesizeProperties()
1892 if (PropInSuperClass) { in DefaultSynthesizeProperties()
1894 (PropInSuperClass->getPropertyAttributes() & in DefaultSynthesizeProperties()
1900 Diag(PropInSuperClass->getLocation(), diag::note_property_declare); in DefaultSynthesizeProperties()
1905 Diag(PropInSuperClass->getLocation(), diag::note_property_declare); in DefaultSynthesizeProperties()