• Home
  • Raw
  • Download

Lines Matching refs:ConsumeToken

164       AtLoc = ConsumeToken();  // consume @  in ParseStatementOrDeclarationAfterAttributes()
192 ConsumeToken(); in ParseStatementOrDeclarationAfterAttributes()
229 return Actions.ActOnNullStmt(ConsumeToken(), HasLeadingEmptyMacro); in ParseStatementOrDeclarationAfterAttributes()
335 ConsumeToken(); in ParseStatementOrDeclarationAfterAttributes()
397 ConsumeToken(); in ParseExprStatement()
428 SourceLocation TryLoc = ConsumeToken(); in ParseSEHTryBlock()
441 SourceLocation Loc = ConsumeToken(); in ParseSEHTryBlock()
444 SourceLocation Loc = ConsumeToken(); in ParseSEHTryBlock()
542 SourceLocation LeaveLoc = ConsumeToken(); // eat the '__leave'. in ParseSEHLeaveStatement()
557 ConsumeToken(); // eat the identifier. in ParseLabeledStatement()
562 SourceLocation ColonLoc = ConsumeToken(); in ParseLabeledStatement()
649 ConsumeToken(); // eat the 'case'. in ParseCaseStatement()
777 SourceLocation DefaultLoc = ConsumeToken(); // eat the 'default'. in ParseDefaultStatement()
932 SourceLocation LabelLoc = ConsumeToken(); in ParseCompoundStatementBody()
942 SourceLocation IdLoc = ConsumeToken(); in ParseCompoundStatementBody()
974 SourceLocation ExtLoc = ConsumeToken(); in ParseCompoundStatementBody()
976 ConsumeToken(); in ParseCompoundStatementBody()
1091 SourceLocation IfLoc = ConsumeToken(); // eat the 'if'. in ParseIfStatement()
1161 ElseLoc = ConsumeToken(); in ParseIfStatement()
1215 SourceLocation SwitchLoc = ConsumeToken(); // eat the 'switch'. in ParseSwitchStatement()
1300 ConsumeToken(); // eat the 'while'. in ParseWhileStatement()
1370 SourceLocation DoLoc = ConsumeToken(); // eat the 'do'. in ParseDoStatement()
1407 SourceLocation WhileLoc = ConsumeToken(); in ParseDoStatement()
1442 ConsumeToken(); in isForRangeIdentifier()
1476 SourceLocation ForLoc = ConsumeToken(); // eat the 'for'. in ParseForStatement()
1480 CoawaitLoc = ConsumeToken(); in ParseForStatement()
1541 ConsumeToken(); in ParseForStatement()
1546 SourceLocation Loc = ConsumeToken(); in ParseForStatement()
1549 ForRangeInit.ColonLoc = ConsumeToken(); in ParseForStatement()
1583 ConsumeToken(); in ParseForStatement()
1587 ConsumeToken(); // consume 'in' in ParseForStatement()
1613 ConsumeToken(); in ParseForStatement()
1615 ConsumeToken(); // consume 'in' in ParseForStatement()
1637 ConsumeToken(); in ParseForStatement()
1674 ConsumeToken(); in ParseForStatement()
1776 SourceLocation GotoLoc = ConsumeToken(); // eat the 'goto'. in ParseGotoStatement()
1783 ConsumeToken(); in ParseGotoStatement()
1787 SourceLocation StarLoc = ConsumeToken(); in ParseGotoStatement()
1809 SourceLocation ContinueLoc = ConsumeToken(); // eat the 'continue'. in ParseContinueStatement()
1820 SourceLocation BreakLoc = ConsumeToken(); // eat the 'break'. in ParseBreakStatement()
1834 SourceLocation ReturnLoc = ConsumeToken(); // eat the 'return'. in ParseReturnStatement()
1933 SourceLocation TryLoc = ConsumeToken(); in ParseFunctionTryBlock()
2000 SourceLocation TryLoc = ConsumeToken(); in ParseCXXTryBlock()
2038 SourceLocation Loc = ConsumeToken(); in ParseCXXTryBlockCommon()
2042 SourceLocation Loc = ConsumeToken(); in ParseCXXTryBlockCommon()
2089 SourceLocation CatchLoc = ConsumeToken(); in ParseCXXCatchBlock()
2118 ConsumeToken(); in ParseCXXCatchBlock()