Searched refs:LT_ObjCDecl (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Format/
H A DTokenAnnotator.h33 LT_ObjCDecl, // An @interface, @implementation, or @protocol line. enumerator in enum:clang::format::LineType
H A DTokenAnnotator.cpp1194 Line.Type = LT_ObjCDecl;
1483 (Line.Type == LT_ObjCDecl && Style.ObjCSpaceBeforeProtocolList)))
1538 return Line.Type == LT_ObjCDecl ||

Completed in 143 milliseconds