Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormatToken.h47 TT_InheritanceColon, enumerator
DContinuationIndenter.cpp324 else if (Previous.Type == TT_InheritanceColon) { in addTokenOnCurrentLine()
575 if (Current.Type == TT_InheritanceColon) in moveStateToNextToken()
DTokenAnnotator.cpp408 Tok->Type = TT_InheritanceColon; in consumeToken()
1381 Left.Type == TT_InheritanceColon) in splitPenalty()
1731 if (Right.Type == TT_InheritanceColon) in canBreakBefore()