Searched refs:LT_ObjCProperty (Results 1 – 2 of 2) sorted by relevance
33 LT_ObjCProperty, // An @property line. enumerator
1582 Line.Type = LT_ObjCProperty; in annotate()1970 if (Style.ObjCSpaceAfterProperty && Line.Type == LT_ObjCProperty && in spaceRequiredBetween()2170 if (Line.Type == LT_ObjCProperty && in spaceRequiredBefore()2426 if (Left.is(tok::r_paren) && Line.Type == LT_ObjCProperty) in canBreakBefore()