Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormatToken.h48 TT_InlineASMColon, enumerator
DContinuationIndenter.cpp130 if (Current.MustBreakBefore || Current.Type == TT_InlineASMColon) in mustBreak()
149 Previous.Type != TT_InlineASMColon && in mustBreak()
DTokenAnnotator.cpp410 Tok->Type = TT_InlineASMColon; in consumeToken()
1095 else if (Current->is(tok::semi) || Current->Type == TT_InlineASMColon || in getCurrentPrecedence()
1734 Right.Type != TT_InlineASMColon)) in canBreakBefore()