Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp1924 ObjCPropertyDecl *PropInSuperClass = in DefaultSynthesizeProperties() local
1933 if (!SuperClassImplementsProperty(IDecl, Prop) && !PropInSuperClass) { in DefaultSynthesizeProperties()
1946 if (PropInSuperClass) { in DefaultSynthesizeProperties()
1949 (PropInSuperClass->getPropertyAttributes() & in DefaultSynthesizeProperties()
1955 Diag(PropInSuperClass->getLocation(), diag::note_property_declare); in DefaultSynthesizeProperties()
1959 Diag(PropInSuperClass->getLocation(), diag::note_property_declare); in DefaultSynthesizeProperties()