Home | History | Annotate | Download | only in SemaObjC

Lines Matching full:warn

10   Cases marked WARN should warn one the following:
16 Cases not marked WARN only satisfy the indicated subset
17 of the conditions required to warn.
25 /* WARN */ int Get;
26 /* WARN */ int Set;
43 /* WARN */ int Get_ReadWriteInExt;
44 /* WARN */ int Set_ReadWriteInExt;
53 /* WARN */ int Get_LateSynthesize;
54 /* WARN */ int Set_LateSynthesize;
71 /* WARN */ int Get_ReadWriteInExt_LateSynthesize;
72 /* WARN */ int Set_ReadWriteInExt_LateSynthesize;
108 // read-write - might warn
120 // read-only - must not warn
130 // read-only in class, read-write in class extension - might warn
143 // same as above, but @synthesize follows the hand-written methods - might warn
176 // same as above, but with no @synthesize - must not warn