Home | History | Annotate | Download | only in Format

Lines Matching refs:LT_ObjCProperty

1196     Line.Type = LT_ObjCProperty;
1462 if (Style.ObjCSpaceAfterProperty && Line.Type == LT_ObjCProperty &&
1585 if (Line.Type == LT_ObjCProperty &&
1741 if (Left.is(tok::r_paren) && Line.Type == LT_ObjCProperty)