HomeSort by: relevance | last modified time | path
    Searched refs:LT_ObjCProperty (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
TokenAnnotator.h 31 LT_ObjCProperty, // An @property line.
TokenAnnotator.cpp 2337 Line.Type = LT_ObjCProperty;
2804 if (Style.ObjCSpaceAfterProperty && Line.Type == LT_ObjCProperty &&
3309 if (Line.Type == LT_ObjCProperty &&
3993 if (Left.is(tok::r_paren) && Line.Type == LT_ObjCProperty)

Completed in 56 milliseconds