Home
last modified time | relevance | path

Searched refs:TT_CtorInitializerComma (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Format/
DFormatToken.h40 TT_CtorInitializerComma, enumerator
DTokenAnnotator.cpp494 Tok->Type = TT_CtorInitializerComma; in consumeToken()
1275 if (Parameter->Previous->Type != TT_CtorInitializerComma && in calculateFormattingInformation()
1666 } else if ((Right.Type == TT_CtorInitializerComma || in mustBreakBefore()
1791 if (Left.Type == TT_CtorInitializerComma && in canBreakBefore()
1794 if (Right.Type == TT_CtorInitializerComma && in canBreakBefore()
DContinuationIndenter.cpp51 if (Current.Type == TT_CtorInitializerComma && in startsNextParameter()
55 (Previous.Type != TT_CtorInitializerComma || in startsNextParameter()
560 if (NextNonComment->Type == TT_CtorInitializerComma) in getNewLineColumn()