Home | History | Annotate | Download | only in Format

Lines Matching refs:BK_Block

230   if (Style.ColumnLimit != 0 && Previous.BlockKind == BK_Block &&
529 if (NextNonComment->is(tok::l_brace) && NextNonComment->BlockKind == BK_Block)
809 if (Current.MatchingParen && Current.BlockKind == BK_Block) {