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.cpp1915 ObjCPropertyDecl *PropInSuperClass = in DefaultSynthesizeProperties() local
1924 if (!SuperClassImplementsProperty(IDecl, Prop) && !PropInSuperClass) { in DefaultSynthesizeProperties()
1937 if (PropInSuperClass) { in DefaultSynthesizeProperties()
1940 (PropInSuperClass->getPropertyAttributes() & in DefaultSynthesizeProperties()
1946 Diag(PropInSuperClass->getLocation(), diag::note_property_declare); in DefaultSynthesizeProperties()
1950 Diag(PropInSuperClass->getLocation(), diag::note_property_declare); in DefaultSynthesizeProperties()