Searched refs:SemiError (Results 1 – 1 of 1) sorted by relevance
155 const char *SemiError = nullptr; in ParseStatementOrDeclarationAfterAttributes() local248 SemiError = "do/while"; in ParseStatementOrDeclarationAfterAttributes()255 SemiError = "goto"; in ParseStatementOrDeclarationAfterAttributes()259 SemiError = "continue"; in ParseStatementOrDeclarationAfterAttributes()263 SemiError = "break"; in ParseStatementOrDeclarationAfterAttributes()267 SemiError = "return"; in ParseStatementOrDeclarationAfterAttributes()271 SemiError = "co_return"; in ParseStatementOrDeclarationAfterAttributes()280 SemiError = "asm"; in ParseStatementOrDeclarationAfterAttributes()301 SemiError = "__leave"; in ParseStatementOrDeclarationAfterAttributes()402 ExpectAndConsume(tok::semi, diag::err_expected_semi_after_stmt, SemiError); in ParseStatementOrDeclarationAfterAttributes()