Home
last modified time | relevance | path

Searched refs:TT_RangeBasedForLoopColon (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Format/
DTokenAnnotator.cpp403 Tok->Type = TT_RangeBasedForLoopColon; in consumeToken()
1098 else if (Current->Type == TT_RangeBasedForLoopColon) in getCurrentPrecedence()
1380 if (Left.Type == TT_RangeBasedForLoopColon || in splitPenalty()
1745 if (Right.Type == TT_RangeBasedForLoopColon || in canBreakBefore()
1749 if (Left.Type == TT_RangeBasedForLoopColon) in canBreakBefore()
1751 if (Right.Type == TT_RangeBasedForLoopColon) in canBreakBefore()
DFormatToken.h62 TT_RangeBasedForLoopColon, enumerator