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

/external/clang/lib/Format/
H A DContinuationIndenter.cpp101 Previous.Type != TT_DictLiteral && Previous.BlockKind == BK_BracedInit &&
152 if (((Previous.Type == TT_DictLiteral && Previous.is(tok::l_brace)) ||
392 PreviousNonComment->Type == TT_DictLiteral)) {
465 Previous.Type == TT_DictLiteral)
500 Current.Next->Type == TT_DictLiteral)
556 PreviousNonComment->Type == TT_DictLiteral))
789 Left->Type == TT_DictLiteral);
831 Current.Type == TT_DictLiteral ||
H A DFormatToken.h42 TT_DictLiteral, enumerator in enum:clang::format::TokenType
381 (BlockKind == BK_Block || Type == TT_DictLiteral ||
H A DFormatToken.cpp68 LBrace->Type == TT_DictLiteral ||
H A DTokenAnnotator.cpp322 Left->Type = TT_DictLiteral;
391 Tok->Type = TT_DictLiteral;
1016 Current->Type == TT_DictLiteral))))
1352 Right.Next->Type == TT_DictLiteral))
1529 Left.Type != TT_DictLiteral)
1606 (Tok.Type != TT_DictLiteral || Style.SpacesInContainerLiterals);
1640 Tok.Type != TT_ObjCBlockLBrace && Tok.Type != TT_DictLiteral;
1737 (Left.Type == TT_DictLiteral || Left.Type == TT_ObjCMethodExpr))
1788 Right.Next->Type == TT_DictLiteral)

Completed in 258 milliseconds