Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp1927 ObjCPropertyDecl *PropInSuperClass = in DefaultSynthesizeProperties() local
1936 if (!SuperClassImplementsProperty(IDecl, Prop) && !PropInSuperClass) { in DefaultSynthesizeProperties()
1949 if (PropInSuperClass) { in DefaultSynthesizeProperties()
1952 (PropInSuperClass->getPropertyAttributes() & in DefaultSynthesizeProperties()
1958 Diag(PropInSuperClass->getLocation(), diag::note_property_declare); in DefaultSynthesizeProperties()
1962 Diag(PropInSuperClass->getLocation(), diag::note_property_declare); in DefaultSynthesizeProperties()