Searched refs:SemiError (Results 1 – 1 of 1) sorted by relevance
173 const char *SemiError = nullptr; in ParseStatementOrDeclarationAfterAttributes() local308 SemiError = "do/while"; in ParseStatementOrDeclarationAfterAttributes()315 SemiError = "goto"; in ParseStatementOrDeclarationAfterAttributes()319 SemiError = "continue"; in ParseStatementOrDeclarationAfterAttributes()323 SemiError = "break"; in ParseStatementOrDeclarationAfterAttributes()327 SemiError = "return"; in ParseStatementOrDeclarationAfterAttributes()331 SemiError = "co_return"; in ParseStatementOrDeclarationAfterAttributes()348 SemiError = "asm"; in ParseStatementOrDeclarationAfterAttributes()371 SemiError = "__leave"; in ParseStatementOrDeclarationAfterAttributes()523 ExpectAndConsume(tok::semi, diag::err_expected_semi_after_stmt, SemiError); in ParseStatementOrDeclarationAfterAttributes()