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 101 enum BraceBlockKind { BK_Unknown, BK_Block, BK_BracedInit };
UnwrappedLineParser.cpp 339 Tok->BlockKind = BK_BracedInit;
376 Tok->BlockKind = BK_BracedInit;
377 LBraceStack.back()->BlockKind = BK_BracedInit;
    [all...]
ContinuationIndenter.cpp 109 Previous.isNot(TT_DictLiteral) && Previous.BlockKind == BK_BracedInit &&
374 (Current.isNot(TT_LineComment) || Previous.BlockKind == BK_BracedInit))
623 Current.MatchingParen->BlockKind == BK_BracedInit)
    [all...]
TokenAnnotator.cpp 408 if (Left->BlockKind == BK_BracedInit)
    [all...]
UnwrappedLineFormatter.cpp 384 if (Tok->is(tok::l_brace) && Tok->BlockKind != BK_BracedInit)
    [all...]

Completed in 537 milliseconds