Searched refs:SemiError (Results 1 – 1 of 1) sorted by relevance
179 const char *SemiError = nullptr; in ParseStatementOrDeclarationAfterAttributes() local323 SemiError = "do/while"; in ParseStatementOrDeclarationAfterAttributes()330 SemiError = "goto"; in ParseStatementOrDeclarationAfterAttributes()334 SemiError = "continue"; in ParseStatementOrDeclarationAfterAttributes()338 SemiError = "break"; in ParseStatementOrDeclarationAfterAttributes()342 SemiError = "return"; in ParseStatementOrDeclarationAfterAttributes()346 SemiError = "co_return"; in ParseStatementOrDeclarationAfterAttributes()363 SemiError = "asm"; in ParseStatementOrDeclarationAfterAttributes()386 SemiError = "__leave"; in ParseStatementOrDeclarationAfterAttributes()538 ExpectAndConsume(tok::semi, diag::err_expected_semi_after_stmt, SemiError); in ParseStatementOrDeclarationAfterAttributes()