Searched refs:LT_ObjCDecl (Results 1 – 3 of 3) sorted by relevance
28 LT_ObjCDecl, // An @interface, @implementation, or @protocol line. enumerator
2008 (State.Line->Type != LT_ObjCDecl && in moveStatePastScopeOpener()2010 (State.Line->Type == LT_ObjCDecl && ObjCBinPackProtocolList); in moveStatePastScopeOpener()
3760 Line.Type = LT_ObjCDecl; in annotate()4399 if (Line.Type == LT_ObjCDecl && Left.is(tok::l_paren) && Left.Previous && in splitPenalty()4576 if (Right.is(tok::less) && Line.Type == LT_ObjCDecl) { in spaceRequiredBetween()4850 if (Line.Type == LT_ObjCDecl) in spaceRequiredBetween()