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

/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1120 unsigned PIkind = property->getPropertyAttributesAsWritten(); local
1121 if ((PIkind & (ObjCPropertyAttribute::kind_atomic |
1138 if (Synthesize && (PIkind & ObjCPropertyAttribute::kind_readonly) &&
1146 PIkind = ExtProp->getPropertyAttributesAsWritten();
1147 if (PIkind & ObjCPropertyAttribute::kind_readwrite) {

Completed in 61 milliseconds