Searched refs:LT_ObjCDecl (Results 1 – 2 of 2) sorted by relevance
31 LT_ObjCDecl, // An @interface, @implementation, or @protocol line. enumerator
1580 Line.Type = LT_ObjCDecl; in annotate()1988 (Line.Type == LT_ObjCDecl && Style.ObjCSpaceBeforeProtocolList))) in spaceRequiredBetween()2059 return Line.Type == LT_ObjCDecl || Left.is(tok::semi) || in spaceRequiredBetween()