Home
last modified time | relevance | path

Searched refs:TT_DictLiteral (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Format/
DContinuationIndenter.cpp101 Previous.Type != TT_DictLiteral && Previous.BlockKind == BK_BracedInit && in canBreak()
152 if (((Previous.Type == TT_DictLiteral && Previous.is(tok::l_brace)) || in mustBreak()
392 PreviousNonComment->Type == TT_DictLiteral)) { in addTokenOnNewLine()
465 Previous.Type == TT_DictLiteral) in addTokenOnNewLine()
500 Current.Next->Type == TT_DictLiteral) in getNewLineColumn()
556 PreviousNonComment->Type == TT_DictLiteral)) in getNewLineColumn()
789 Left->Type == TT_DictLiteral); in fakeRParenSpecialCase()
831 Current.Type == TT_DictLiteral || in moveStatePastScopeOpener()
DFormatToken.h42 TT_DictLiteral, enumerator
381 (BlockKind == BK_Block || Type == TT_DictLiteral || in opensBlockTypeList()
DTokenAnnotator.cpp322 Left->Type = TT_DictLiteral; in parseBrace()
391 Tok->Type = TT_DictLiteral; in consumeToken()
1016 Current->Type == TT_DictLiteral)))) in parse()
1352 Right.Next->Type == TT_DictLiteral)) in splitPenalty()
1529 Left.Type != TT_DictLiteral) in spaceRequiredBetween()
1606 (Tok.Type != TT_DictLiteral || Style.SpacesInContainerLiterals); in spaceRequiredBefore()
1640 Tok.Type != TT_ObjCBlockLBrace && Tok.Type != TT_DictLiteral; in isAllmanBrace()
1737 (Left.Type == TT_DictLiteral || Left.Type == TT_ObjCMethodExpr)) in canBreakBefore()
1788 Right.Next->Type == TT_DictLiteral) in canBreakBefore()
DFormatToken.cpp68 LBrace->Type == TT_DictLiteral || in formatAfterToken()