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

  /external/clang/lib/Parse/
ParseObjc.cpp 123 if (ExpectAndConsume(tok::semi, diag::err_expected_after, "@class"))
521 ExpectAndConsume(tok::semi, diag::err_expected_semi_decl_list);
614 if (ExpectAndConsume(tok::equal, DiagID)) {
642 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);
665 ExpectAndConsume(tok::semi, diag::err_expected_after,
    [all...]
ParseDeclCXX.cpp 269 if (ExpectAndConsume(tok::semi, diag::err_expected_semi_after_namespace_name))
456 if (ExpectAndConsume(tok::semi,
615 if (ExpectAndConsume(tok::semi, diag::err_expected_after,
701 if (ExpectAndConsume(tok::comma)) {
759 if (T.expectAndConsume(diag::err_expected_lparen_after,
863 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, "(")) {
184 if (ExpectAndConsume(tok::r_paren))
187 if (ExpectAndConsume(tok::r_paren))
313 if (!ExpectAndConsume(tok::r_paren)) {
405 T.expectAndConsume(diag::err_expected_lparen_after,
538 if (T.expectAndConsume(diag::err_expected_lparen_after, "__declspec",
787 if (ExpectAndConsume(tok::comma)) {
942 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);
466 if (ExpectAndConsume(tok::l_paren))
487 if (ExpectAndConsume(tok::r_paren))
    [all...]
ParseExprCXX.cpp     [all...]
ParseCXXInlineMethods.cpp 93 } else if (ExpectAndConsume(tok::semi, diag::err_expected_after,
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 717 /// ExpectAndConsume - The parser expects that 'ExpectedTok' is next in the
725 bool ExpectAndConsume(tok::TokenKind ExpectedTok,
    [all...]

Completed in 116 milliseconds