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

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

Completed in 55 milliseconds