Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormatToken.h49 TT_InlineASMColon, enumerator
DTokenAnnotator.cpp458 Tok->Type = TT_InlineASMColon; in consumeToken()
1240 else if (Current->isOneOf(tok::semi, TT_InlineASMColon, in getCurrentPrecedence()
1845 !(Right.is(TT_InlineASMColon) && Left.is(tok::coloncolon)) && in spaceRequiredBefore()
2034 !Right.isOneOf(TT_CtorInitializerColon, TT_InlineASMColon)) in canBreakBefore()
DContinuationIndenter.cpp138 if (Current.MustBreakBefore || Current.is(TT_InlineASMColon)) in mustBreak()
157 !Previous.isOneOf(TT_InlineASMColon, TT_ConditionalExpr) && in mustBreak()