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