HomeSort by relevance Sort by last modified time
    Searched refs:ExpectAndConsume (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/Parse/
ParseObjc.cpp 123 if (ExpectAndConsume(tok::semi, diag::err_expected_after, "@class"))
487 ExpectAndConsume(tok::semi, diag::err_expected_semi_decl_list);
580 if (ExpectAndConsume(tok::equal, DiagID)) {
608 if (ExpectAndConsume(tok::colon,
    [all...]
ParseExpr.cpp     [all...]
Parser.cpp 111 bool Parser::ExpectAndConsume(tok::TokenKind ExpectedTok, unsigned DiagID,
176 return ExpectAndConsume(tok::semi, DiagID);
674 ExpectAndConsume(tok::semi, diag::err_expected_after,
    [all...]
ParseDeclCXX.cpp 279 if (ExpectAndConsume(tok::semi, diag::err_expected_semi_after_namespace_name))
466 if (ExpectAndConsume(tok::semi,
634 if (ExpectAndConsume(tok::semi, diag::err_expected_after,
720 if (ExpectAndConsume(tok::comma)) {
778 if (T.expectAndConsume(diag::err_expected_lparen_after,
885 if (T.expectAndConsume(diag::err_expected_lparen_after,
    [all...]
ParseDecl.cpp 130 if (ExpectAndConsume(tok::l_paren, diag::err_expected_lparen_after,
135 if (ExpectAndConsume(tok::l_paren, diag::err_expected_lparen_after, "(")) {
186 if (ExpectAndConsume(tok::r_paren))
189 if (ExpectAndConsume(tok::r_paren))
319 if (!ExpectAndConsume(tok::r_paren)) {
404 T.expectAndConsume(diag::err_expected_lparen_after,
537 if (T.expectAndConsume(diag::err_expected_lparen_after, "__declspec",
849 if (ExpectAndConsume(tok::comma)) {
    [all...]
ParseStmt.cpp 368 // ExpectAndConsume to emit the diagnostic, even though we know it won't
370 ExpectAndConsume(tok::semi, diag::err_expected_semi_after_stmt, SemiError);
463 if (ExpectAndConsume(tok::l_paren))
491 if (ExpectAndConsume(tok::r_paren))
    [all...]
ParseExprCXX.cpp     [all...]
ParsePragma.cpp 691 if (ExpectAndConsume(tok::l_paren, diag::warn_pragma_expected_lparen,
735 if (ExpectAndConsume(tok::r_paren, diag::warn_pragma_expected_rparen,
737 ExpectAndConsume(tok::eof, diag::warn_pragma_extra_tokens_at_eol,
    [all...]
ParseCXXInlineMethods.cpp 98 } else if (ExpectAndConsume(tok::semi, diag::err_expected_after,
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 706 /// ExpectAndConsume - The parser expects that 'ExpectedTok' is next in the
714 bool ExpectAndConsume(tok::TokenKind ExpectedTok,
    [all...]

Completed in 1422 milliseconds