Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DTokenAnnotator.h31 LT_ObjCDecl, // An @interface, @implementation, or @protocol line. enumerator
DTokenAnnotator.cpp1580 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()
/external/llvm-project/clang/lib/Format/
DTokenAnnotator.h29 LT_ObjCDecl, // An @interface, @implementation, or @protocol line. enumerator
DTokenAnnotator.cpp2335 Line.Type = LT_ObjCDecl; in annotate()
2724 if (Line.Type == LT_ObjCDecl && Left.is(tok::l_paren) && Left.Previous && in splitPenalty()
2839 if (Right.is(tok::less) && Line.Type == LT_ObjCDecl) { in spaceRequiredBetween()
3019 return Line.Type == LT_ObjCDecl || Left.is(tok::semi) || in spaceRequiredBetween()
DContinuationIndenter.cpp1501 (State.Line->Type != LT_ObjCDecl && Style.BinPackParameters) || in moveStatePastScopeOpener()
1502 (State.Line->Type == LT_ObjCDecl && ObjCBinPackProtocolList); in moveStatePastScopeOpener()