Searched refs:LT_ObjCDecl (Results 1 – 3 of 3) sorted by relevance
27 LT_ObjCDecl, // An @interface, @implementation, or @protocol line. enumerator
2701 Line.Type = LT_ObjCDecl; in annotate()3165 if (Line.Type == LT_ObjCDecl && Left.is(tok::l_paren) && Left.Previous && in splitPenalty()3317 if (Right.is(tok::less) && Line.Type == LT_ObjCDecl) { in spaceRequiredBetween()3569 if (Line.Type == LT_ObjCDecl) in spaceRequiredBetween()
1660 (State.Line->Type != LT_ObjCDecl && Style.BinPackParameters) || in moveStatePastScopeOpener()1661 (State.Line->Type == LT_ObjCDecl && ObjCBinPackProtocolList); in moveStatePastScopeOpener()