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