Home | History | Annotate | Download | only in Format

Lines Matching defs:Left

565     // just flushing continuations left.
707 // have the LHS 'left' of the RHS.
782 const FormatToken *Left = &Tok;
784 Left = Tok.MatchingParen;
786 Left->isOneOf(tok::l_brace, tok::l_square) &&
787 (Left->BlockKind == BK_Block ||
788 Left->Type == TT_ArrayInitializerLSquare ||
789 Left->Type == TT_DictLiteral);