Home
last modified time | relevance | path

Searched refs:LT_ObjCDecl (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h28 LT_ObjCDecl, // An @interface, @implementation, or @protocol line. enumerator
H A DContinuationIndenter.cpp1891 (State.Line->Type != LT_ObjCDecl && Style.BinPackParameters) || in moveStatePastScopeOpener()
1892 (State.Line->Type == LT_ObjCDecl && ObjCBinPackProtocolList); in moveStatePastScopeOpener()
H A DTokenAnnotator.cpp3680 Line.Type = LT_ObjCDecl; in annotate()
4276 if (Line.Type == LT_ObjCDecl && Left.is(tok::l_paren) && Left.Previous && in splitPenalty()
4455 if (Right.is(tok::less) && Line.Type == LT_ObjCDecl) { in spaceRequiredBetween()
4727 if (Line.Type == LT_ObjCDecl) in spaceRequiredBetween()