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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h31 LT_ObjCProperty, // An @property line. enumerator in enum:clang::format::LineType
H A DTokenAnnotator.cpp2295 Line.Type = LT_ObjCProperty;
2756 if (Style.ObjCSpaceAfterProperty && Line.Type == LT_ObjCProperty &&
3238 if (Line.Type == LT_ObjCProperty &&
3887 if (Left.is(tok::r_paren) && Line.Type == LT_ObjCProperty)

Completed in 45 milliseconds