Lines Matching refs:ConsumeToken
171 AtLoc = ConsumeToken(); // consume @ in ParseStatementOrDeclarationAfterAttributes()
199 ConsumeToken(); in ParseStatementOrDeclarationAfterAttributes()
237 return Actions.ActOnNullStmt(ConsumeToken(), HasLeadingEmptyMacro); in ParseStatementOrDeclarationAfterAttributes()
343 ConsumeToken(); in ParseStatementOrDeclarationAfterAttributes()
409 ConsumeToken(); in ParseExprStatement()
440 SourceLocation TryLoc = ConsumeToken(); in ParseSEHTryBlock()
453 SourceLocation Loc = ConsumeToken(); in ParseSEHTryBlock()
456 SourceLocation Loc = ConsumeToken(); in ParseSEHTryBlock()
554 SourceLocation LeaveLoc = ConsumeToken(); // eat the '__leave'. in ParseSEHLeaveStatement()
569 ConsumeToken(); // eat the identifier. in ParseLabeledStatement()
574 SourceLocation ColonLoc = ConsumeToken(); in ParseLabeledStatement()
662 ConsumeToken(); // eat the 'case'. in ParseCaseStatement()
792 SourceLocation DefaultLoc = ConsumeToken(); // eat the 'default'. in ParseDefaultStatement()
951 SourceLocation LabelLoc = ConsumeToken(); in ParseCompoundStatementBody()
961 SourceLocation IdLoc = ConsumeToken(); in ParseCompoundStatementBody()
993 SourceLocation ExtLoc = ConsumeToken(); in ParseCompoundStatementBody()
995 ConsumeToken(); in ParseCompoundStatementBody()
1111 SourceLocation IfLoc = ConsumeToken(); // eat the 'if'. in ParseIfStatement()
1118 ConsumeToken(); in ParseIfStatement()
1199 ElseLoc = ConsumeToken(); in ParseIfStatement()
1257 SourceLocation SwitchLoc = ConsumeToken(); // eat the 'switch'. in ParseSwitchStatement()
1343 ConsumeToken(); // eat the 'while'. in ParseWhileStatement()
1411 SourceLocation DoLoc = ConsumeToken(); // eat the 'do'. in ParseDoStatement()
1448 SourceLocation WhileLoc = ConsumeToken(); in ParseDoStatement()
1483 ConsumeToken(); in isForRangeIdentifier()
1517 SourceLocation ForLoc = ConsumeToken(); // eat the 'for'. in ParseForStatement()
1521 CoawaitLoc = ConsumeToken(); in ParseForStatement()
1580 ConsumeToken(); in ParseForStatement()
1585 SourceLocation Loc = ConsumeToken(); in ParseForStatement()
1588 ForRangeInit.ColonLoc = ConsumeToken(); in ParseForStatement()
1622 ConsumeToken(); in ParseForStatement()
1626 ConsumeToken(); // consume 'in' in ParseForStatement()
1652 ConsumeToken(); in ParseForStatement()
1654 ConsumeToken(); // consume 'in' in ParseForStatement()
1676 ConsumeToken(); in ParseForStatement()
1713 ConsumeToken(); in ParseForStatement()
1817 SourceLocation GotoLoc = ConsumeToken(); // eat the 'goto'. in ParseGotoStatement()
1824 ConsumeToken(); in ParseGotoStatement()
1828 SourceLocation StarLoc = ConsumeToken(); in ParseGotoStatement()
1850 SourceLocation ContinueLoc = ConsumeToken(); // eat the 'continue'. in ParseContinueStatement()
1861 SourceLocation BreakLoc = ConsumeToken(); // eat the 'break'. in ParseBreakStatement()
1875 SourceLocation ReturnLoc = ConsumeToken(); // eat the 'return'. in ParseReturnStatement()
1970 SourceLocation TryLoc = ConsumeToken(); in ParseFunctionTryBlock()
2048 SourceLocation TryLoc = ConsumeToken(); in ParseCXXTryBlock()
2086 SourceLocation Loc = ConsumeToken(); in ParseCXXTryBlockCommon()
2090 SourceLocation Loc = ConsumeToken(); in ParseCXXTryBlockCommon()
2137 SourceLocation CatchLoc = ConsumeToken(); in ParseCXXCatchBlock()
2166 ConsumeToken(); in ParseCXXCatchBlock()