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

/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DObjCPropertyAttributeOrderFixer.cpp193 if (!Line->Affected || Line->Type != LT_ObjCProperty)
H A DTokenAnnotator.h29 LT_ObjCProperty, // An @property line. enumerator in enum:clang::format::LineType
H A DTokenAnnotator.cpp3272 Line.Type = LT_ObjCProperty;
3963 if (Style.ObjCSpaceAfterProperty && Line.Type == LT_ObjCProperty &&
4787 if (Line.Type == LT_ObjCProperty &&
5610 if (Left.is(tok::r_paren) && Line.Type == LT_ObjCProperty)

Completed in 122 milliseconds