Home | History | Annotate | Download | only in Format

Lines Matching refs:TT_DictLiteral

103       Previous.isNot(TT_DictLiteral) && Previous.BlockKind == BK_BracedInit &&
160 if (((Previous.is(TT_DictLiteral) && Previous.is(tok::l_brace)) ||
429 PreviousNonComment->isOneOf(TT_ObjCMethodExpr, TT_DictLiteral)) {
502 Previous.is(TT_DictLiteral))
541 Current.Next->is(TT_DictLiteral))
591 PreviousNonComment->isOneOf(TT_ObjCMethodExpr, TT_DictLiteral))
674 !Previous->isOneOf(TT_DictLiteral, TT_ObjCMethodExpr)) {
828 Current.isOneOf(TT_ArrayInitializerLSquare, TT_DictLiteral) ||