Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1923 ObjCPropertyDecl *PropInSuperClass = in DefaultSynthesizeProperties() local
1932 if (!SuperClassImplementsProperty(IDecl, Prop) && !PropInSuperClass) { in DefaultSynthesizeProperties()
1945 if (PropInSuperClass) { in DefaultSynthesizeProperties()
1948 (PropInSuperClass->getPropertyAttributes() & in DefaultSynthesizeProperties()
1954 Diag(PropInSuperClass->getLocation(), diag::note_property_declare); in DefaultSynthesizeProperties()
1958 Diag(PropInSuperClass->getLocation(), diag::note_property_declare); in DefaultSynthesizeProperties()