Home
last modified time | relevance | path

Searched refs:ExpectAndConsume (Results 101 – 125 of 182) sorted by relevance

12345678

/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Parse/
H A DParsePragma.cpp1031 if (ExpectAndConsume(tok::l_paren, diag::warn_pragma_expected_lparen, in HandlePragmaMSInitSeg()
1075 if (ExpectAndConsume(tok::r_paren, diag::warn_pragma_expected_rparen, in HandlePragmaMSInitSeg()
1077 ExpectAndConsume(tok::eof, diag::warn_pragma_extra_tokens_at_eol, in HandlePragmaMSInitSeg()
1589 if (ExpectAndConsume(tok::l_paren, diag::err_expected_lparen_after, in HandlePragmaAttribute()
1592 if (ExpectAndConsume(tok::l_paren, diag::err_expected_lparen_after, "(")) in HandlePragmaAttribute()
1612 if (ExpectAndConsume(tok::r_paren)) in HandlePragmaAttribute()
1614 if (ExpectAndConsume(tok::r_paren)) in HandlePragmaAttribute()
H A DParseOpenMP.cpp290 bool IsCorrect = !ExpectAndConsume(tok::colon); in ParseOpenMPDeclareReductionDirective()
327 if (ExpectAndConsume(tok::comma)) { in ParseOpenMPDeclareReductionDirective()
345 if (ExpectAndConsume(tok::colon)) in ParseOpenMPDeclareReductionDirective()
547 ExpectAndConsume(tok::colon); in ParseOpenMPDeclareMapperDirective()
2694 ExpectAndConsume(tok::comma); in ParseOpenMPSizesClause()
3792 ExpectAndConsume(tok::comma); in ParseOpenMPVarList()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Parse/
H A DParsePragma.cpp1031 if (ExpectAndConsume(tok::l_paren, diag::warn_pragma_expected_lparen, in HandlePragmaMSInitSeg()
1075 if (ExpectAndConsume(tok::r_paren, diag::warn_pragma_expected_rparen, in HandlePragmaMSInitSeg()
1077 ExpectAndConsume(tok::eof, diag::warn_pragma_extra_tokens_at_eol, in HandlePragmaMSInitSeg()
1589 if (ExpectAndConsume(tok::l_paren, diag::err_expected_lparen_after, in HandlePragmaAttribute()
1592 if (ExpectAndConsume(tok::l_paren, diag::err_expected_lparen_after, "(")) in HandlePragmaAttribute()
1612 if (ExpectAndConsume(tok::r_paren)) in HandlePragmaAttribute()
1614 if (ExpectAndConsume(tok::r_paren)) in HandlePragmaAttribute()
H A DParseOpenMP.cpp290 bool IsCorrect = !ExpectAndConsume(tok::colon); in ParseOpenMPDeclareReductionDirective()
327 if (ExpectAndConsume(tok::comma)) { in ParseOpenMPDeclareReductionDirective()
345 if (ExpectAndConsume(tok::colon)) in ParseOpenMPDeclareReductionDirective()
547 ExpectAndConsume(tok::colon); in ParseOpenMPDeclareMapperDirective()
2694 ExpectAndConsume(tok::comma); in ParseOpenMPSizesClause()
3792 ExpectAndConsume(tok::comma); in ParseOpenMPVarList()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp269 bool IsCorrect = !ExpectAndConsume(tok::colon); in ParseOpenMPDeclareReductionDirective()
307 if (ExpectAndConsume(tok::comma)) { in ParseOpenMPDeclareReductionDirective()
325 if (ExpectAndConsume(tok::colon)) in ParseOpenMPDeclareReductionDirective()
527 ExpectAndConsume(tok::colon); in ParseOpenMPDeclareMapperDirective()
1066 (void)ExpectAndConsume(tok::comma); in parseOpenMPContextSelectors()
H A DParseStmt.cpp417 ExpectAndConsume(tok::semi, diag::err_expected_semi_after_stmt, SemiError); in ParseStatementOrDeclarationAfterAttributes()
513 if (ExpectAndConsume(tok::l_paren)) in ParseSEHExceptBlock()
541 if (ExpectAndConsume(tok::r_paren)) in ParseSEHExceptBlock()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Parse/
H A DParseOpenMP.cpp269 bool IsCorrect = !ExpectAndConsume(tok::colon); in ParseOpenMPDeclareReductionDirective()
307 if (ExpectAndConsume(tok::comma)) { in ParseOpenMPDeclareReductionDirective()
325 if (ExpectAndConsume(tok::colon)) in ParseOpenMPDeclareReductionDirective()
527 ExpectAndConsume(tok::colon); in ParseOpenMPDeclareMapperDirective()
1066 (void)ExpectAndConsume(tok::comma); in parseOpenMPContextSelectors()
H A DParseStmt.cpp417 ExpectAndConsume(tok::semi, diag::err_expected_semi_after_stmt, SemiError); in ParseStatementOrDeclarationAfterAttributes()
513 if (ExpectAndConsume(tok::l_paren)) in ParseSEHExceptBlock()
541 if (ExpectAndConsume(tok::r_paren)) in ParseSEHExceptBlock()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Parse/
H A DParseOpenMP.cpp242 bool IsCorrect = !ExpectAndConsume(tok::colon); in ParseOpenMPDeclareReductionDirective()
280 if (ExpectAndConsume(tok::comma)) { in ParseOpenMPDeclareReductionDirective()
298 if (ExpectAndConsume(tok::colon)) in ParseOpenMPDeclareReductionDirective()
506 ExpectAndConsume(tok::colon); in ParseOpenMPDeclareMapperDirective()
H A DParseStmt.cpp401 ExpectAndConsume(tok::semi, diag::err_expected_semi_after_stmt, SemiError); in ParseStatementOrDeclarationAfterAttributes()
497 if (ExpectAndConsume(tok::l_paren)) in ParseSEHExceptBlock()
525 if (ExpectAndConsume(tok::r_paren)) in ParseSEHExceptBlock()
H A DParseExprCXX.cpp1475 if (ExpectAndConsume(tok::less, diag::err_expected_less_after, CastName)) in ParseCXXCasts()
1488 if (ExpectAndConsume(tok::greater)) in ParseCXXCasts()
3325 if (ExpectAndConsume(tok::comma)) { in ParseArrayTypeTrait()
3533 if (ExpectAndConsume(tok::comma)) { in ParseBuiltinBitCast()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Parse/
H A DParseStmt.cpp397 ExpectAndConsume(tok::semi, diag::err_expected_semi_after_stmt, SemiError); in ParseStatementOrDeclarationAfterAttributes()
493 if (ExpectAndConsume(tok::l_paren)) in ParseSEHExceptBlock()
521 if (ExpectAndConsume(tok::r_paren)) in ParseSEHExceptBlock()
H A DParseOpenMP.cpp238 bool IsCorrect = !ExpectAndConsume(tok::colon);
276 if (ExpectAndConsume(tok::comma)) {
294 if (ExpectAndConsume(tok::colon))
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Parse/
H A DParseStmt.cpp402 ExpectAndConsume(tok::semi, diag::err_expected_semi_after_stmt, SemiError); in ParseStatementOrDeclarationAfterAttributes()
498 if (ExpectAndConsume(tok::l_paren)) in ParseSEHExceptBlock()
526 if (ExpectAndConsume(tok::r_paren)) in ParseSEHExceptBlock()
H A DParseOpenMP.cpp238 bool IsCorrect = !ExpectAndConsume(tok::colon); in ParseOpenMPDeclareReductionDirective()
276 if (ExpectAndConsume(tok::comma)) { in ParseOpenMPDeclareReductionDirective()
294 if (ExpectAndConsume(tok::colon)) in ParseOpenMPDeclareReductionDirective()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Parse/
H A DParseOpenMP.cpp290 bool IsCorrect = !ExpectAndConsume(tok::colon); in ParseOpenMPDeclareReductionDirective()
327 if (ExpectAndConsume(tok::comma)) { in ParseOpenMPDeclareReductionDirective()
345 if (ExpectAndConsume(tok::colon)) in ParseOpenMPDeclareReductionDirective()
547 ExpectAndConsume(tok::colon); in ParseOpenMPDeclareMapperDirective()
2849 ExpectAndConsume(tok::comma); in ParseOpenMPSizesClause()
3942 ExpectAndConsume(tok::comma); in ParseOpenMPVarList()
H A DParseStmt.cpp448 ExpectAndConsume(tok::semi, diag::err_expected_semi_after_stmt, SemiError); in ParseStatementOrDeclarationAfterAttributes()
544 if (ExpectAndConsume(tok::l_paren)) in ParseSEHExceptBlock()
572 if (ExpectAndConsume(tok::r_paren)) in ParseSEHExceptBlock()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Parse/
H A DParseOpenMP.cpp290 bool IsCorrect = !ExpectAndConsume(tok::colon); in ParseOpenMPDeclareReductionDirective()
327 if (ExpectAndConsume(tok::comma)) { in ParseOpenMPDeclareReductionDirective()
345 if (ExpectAndConsume(tok::colon)) in ParseOpenMPDeclareReductionDirective()
547 ExpectAndConsume(tok::colon); in ParseOpenMPDeclareMapperDirective()
2694 ExpectAndConsume(tok::comma); in ParseOpenMPSizesClause()
3792 ExpectAndConsume(tok::comma); in ParseOpenMPVarList()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Parse/
H A DParseOpenMP.cpp290 bool IsCorrect = !ExpectAndConsume(tok::colon); in ParseOpenMPDeclareReductionDirective()
327 if (ExpectAndConsume(tok::comma)) { in ParseOpenMPDeclareReductionDirective()
345 if (ExpectAndConsume(tok::colon)) in ParseOpenMPDeclareReductionDirective()
547 ExpectAndConsume(tok::colon); in ParseOpenMPDeclareMapperDirective()
2694 ExpectAndConsume(tok::comma); in ParseOpenMPSizesClause()
3792 ExpectAndConsume(tok::comma); in ParseOpenMPVarList()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp290 bool IsCorrect = !ExpectAndConsume(tok::colon); in ParseOpenMPDeclareReductionDirective()
327 if (ExpectAndConsume(tok::comma)) { in ParseOpenMPDeclareReductionDirective()
345 if (ExpectAndConsume(tok::colon)) in ParseOpenMPDeclareReductionDirective()
547 ExpectAndConsume(tok::colon); in ParseOpenMPDeclareMapperDirective()
2694 ExpectAndConsume(tok::comma); in ParseOpenMPSizesClause()
3792 ExpectAndConsume(tok::comma); in ParseOpenMPVarList()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Parse/
H A DParseOpenMP.cpp280 bool IsCorrect = !ExpectAndConsume(tok::colon); in ParseOpenMPDeclareReductionDirective()
318 if (ExpectAndConsume(tok::comma)) { in ParseOpenMPDeclareReductionDirective()
336 if (ExpectAndConsume(tok::colon)) in ParseOpenMPDeclareReductionDirective()
538 ExpectAndConsume(tok::colon); in ParseOpenMPDeclareMapperDirective()
3339 ExpectAndConsume(tok::comma); in ParseOpenMPVarList()
H A DParseStmt.cpp424 ExpectAndConsume(tok::semi, diag::err_expected_semi_after_stmt, SemiError); in ParseStatementOrDeclarationAfterAttributes()
520 if (ExpectAndConsume(tok::l_paren)) in ParseSEHExceptBlock()
548 if (ExpectAndConsume(tok::r_paren)) in ParseSEHExceptBlock()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Parse/
H A DParseOpenMP.cpp280 bool IsCorrect = !ExpectAndConsume(tok::colon); in ParseOpenMPDeclareReductionDirective()
318 if (ExpectAndConsume(tok::comma)) { in ParseOpenMPDeclareReductionDirective()
336 if (ExpectAndConsume(tok::colon)) in ParseOpenMPDeclareReductionDirective()
538 ExpectAndConsume(tok::colon); in ParseOpenMPDeclareMapperDirective()
3339 ExpectAndConsume(tok::comma); in ParseOpenMPVarList()
H A DParseStmt.cpp424 ExpectAndConsume(tok::semi, diag::err_expected_semi_after_stmt, SemiError); in ParseStatementOrDeclarationAfterAttributes()
520 if (ExpectAndConsume(tok::l_paren)) in ParseSEHExceptBlock()
548 if (ExpectAndConsume(tok::r_paren)) in ParseSEHExceptBlock()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Parse/
H A DParseStmt.cpp430 ExpectAndConsume(tok::semi, diag::err_expected_semi_after_stmt, SemiError); in ParseStatementOrDeclarationAfterAttributes()
526 if (ExpectAndConsume(tok::l_paren)) in ParseSEHExceptBlock()
554 if (ExpectAndConsume(tok::r_paren)) in ParseSEHExceptBlock()

12345678