Home | History | Annotate | Download | only in Format

Lines Matching refs:l_brace

236       ScopedContextCreator ContextCreator(*this, tok::l_brace, 1);
361 case tok::l_brace:
652 Current.Next->isOneOf(tok::equal, tok::semi, tok::l_brace);
690 PreviousNoComment->isOneOf(tok::comma, tok::l_brace))
737 if (PrevToken->isOneOf(tok::l_paren, tok::l_square, tok::l_brace,
768 tok::kw_case, tok::at, tok::l_brace))
1047 if (Left.is(tok::equal) && Right.is(tok::l_brace))
1129 tok::numeric_constant, tok::l_paren, tok::l_brace,
1179 if (Left.is(tok::l_brace) && Right.is(tok::r_brace))
1181 if (Left.is(tok::l_brace) || Right.is(tok::r_brace))
1187 Right.is(tok::l_brace) && Right.getNextNonComment())
1300 // the l_brace, which is tracked by BreakBeforeClosingBrace.
1309 return !Right.isOneOf(tok::l_brace, tok::semi, tok::equal);
1324 Left.isOneOf(tok::comma, tok::coloncolon, tok::semi, tok::l_brace,