HomeSort by relevance Sort by last modified time
    Searched refs:BK_BracedInit (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Format/
FormatToken.h 100 enum BraceBlockKind { BK_Unknown, BK_Block, BK_BracedInit };
ContinuationIndenter.cpp 103 Previous.isNot(TT_DictLiteral) && Previous.BlockKind == BK_BracedInit &&
342 (Current.isNot(TT_LineComment) || Previous.BlockKind == BK_BracedInit))
581 Current.MatchingParen->BlockKind == BK_BracedInit)
    [all...]
UnwrappedLineParser.cpp 366 Tok->BlockKind = BK_BracedInit;
367 LBraceStack.back()->BlockKind = BK_BracedInit;
    [all...]
TokenAnnotator.cpp 360 if (Left->BlockKind == BK_BracedInit)
    [all...]
UnwrappedLineFormatter.cpp 384 if (Tok->is(tok::l_brace) && Tok->BlockKind != BK_BracedInit)
    [all...]

Completed in 104 milliseconds