Home
last modified time | relevance | path

Searched refs:TT_ObjCBlockLBrace (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Format/
DFormatToken.h57 TT_ObjCBlockLBrace, enumerator
DTokenAnnotator.cpp329 Left->Type = TT_ObjCBlockLBrace; in parseBrace()
1890 !Tok.isOneOf(TT_ObjCBlockLBrace, TT_DictLiteral); in isAllmanBrace()
1957 if (Left.is(TT_ObjCBlockLBrace) && !Style.AllowShortBlocksOnASingleLine) in mustBreakBefore()
DContinuationIndenter.cpp887 NestedBlockIndent + (State.NextToken->is(TT_ObjCBlockLBrace) in moveStateToNewBlock()