Lines Matching refs:BlockKind
586 if (Left->BlockKind == BK_BracedInit) in parseBrace()
633 if (Current->is(tok::l_brace) && Current->BlockKind == BK_Block) in updateParameterCount()
2089 if (Current->Previous->BlockKind == BK_BracedInit && in calculateFormattingInformation()
2478 (Right.is(tok::l_brace) && Right.BlockKind == BK_Block) || in spaceRequiredBetween()
2519 if ((Left.is(tok::l_brace) && Left.BlockKind != BK_Block) || in spaceRequiredBetween()
2521 Right.MatchingParen->BlockKind != BK_Block)) in spaceRequiredBetween()
2554 Right.BlockKind != BK_Block) in spaceRequiredBetween()
2588 if (Right.is(tok::l_brace) && Right.BlockKind == BK_BracedInit && in spaceRequiredBefore()
2833 return Tok.is(tok::l_brace) && Tok.BlockKind == BK_Block && in isAllmanBrace()
2896 Left.BlockKind != BK_Block && Left.MatchingParen) in mustBreakBefore()
2910 return Left.BlockKind != BK_BracedInit && in mustBreakBefore()
3187 return Left.BlockKind == BK_BracedInit || in canBreakBefore()
3288 return Right.MatchingParen && Right.MatchingParen->BlockKind == BK_Block; in canBreakBefore()
3363 << " BK=" << Tok->BlockKind << " P=" << Tok->SplitPenalty in printDebugInfo()