Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1904 ObjCPropertyDecl *PropInSuperClass = in DefaultSynthesizeProperties() local
1913 if (!SuperClassImplementsProperty(IDecl, Prop) && !PropInSuperClass) { in DefaultSynthesizeProperties()
1926 if (PropInSuperClass) { in DefaultSynthesizeProperties()
1929 (PropInSuperClass->getPropertyAttributes() & in DefaultSynthesizeProperties()
1935 Diag(PropInSuperClass->getLocation(), diag::note_property_declare); in DefaultSynthesizeProperties()
1939 Diag(PropInSuperClass->getLocation(), diag::note_property_declare); in DefaultSynthesizeProperties()