Searched refs:SemiError (Results 1 – 1 of 1) sorted by relevance
162 const char *SemiError = nullptr; in ParseStatementOrDeclarationAfterAttributes() local273 SemiError = "do/while"; in ParseStatementOrDeclarationAfterAttributes()280 SemiError = "goto"; in ParseStatementOrDeclarationAfterAttributes()284 SemiError = "continue"; in ParseStatementOrDeclarationAfterAttributes()288 SemiError = "break"; in ParseStatementOrDeclarationAfterAttributes()292 SemiError = "return"; in ParseStatementOrDeclarationAfterAttributes()296 SemiError = "co_return"; in ParseStatementOrDeclarationAfterAttributes()305 SemiError = "asm"; in ParseStatementOrDeclarationAfterAttributes()326 SemiError = "__leave"; in ParseStatementOrDeclarationAfterAttributes()440 ExpectAndConsume(tok::semi, diag::err_expected_semi_after_stmt, SemiError); in ParseStatementOrDeclarationAfterAttributes()