Searched refs:LT_ObjCDecl (Results 1 – 2 of 2) sorted by relevance
33 LT_ObjCDecl, // An @interface, @implementation, or @protocol line. enumerator
1194 Line.Type = LT_ObjCDecl; in annotate()1483 (Line.Type == LT_ObjCDecl && Style.ObjCSpaceBeforeProtocolList))) in spaceRequiredBetween()1538 return Line.Type == LT_ObjCDecl || in spaceRequiredBetween()