Home
last modified time | relevance | path

Searched refs:LT_ObjCDecl (Results 1 – 2 of 2) 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()