Searched refs:SemiError (Results 1 – 1 of 1) sorted by relevance
154 const char *SemiError = nullptr; in ParseStatementOrDeclarationAfterAttributes() local244 SemiError = "do/while"; in ParseStatementOrDeclarationAfterAttributes()251 SemiError = "goto"; in ParseStatementOrDeclarationAfterAttributes()255 SemiError = "continue"; in ParseStatementOrDeclarationAfterAttributes()259 SemiError = "break"; in ParseStatementOrDeclarationAfterAttributes()263 SemiError = "return"; in ParseStatementOrDeclarationAfterAttributes()272 SemiError = "asm"; in ParseStatementOrDeclarationAfterAttributes()293 SemiError = "__leave"; in ParseStatementOrDeclarationAfterAttributes()370 ExpectAndConsume(tok::semi, diag::err_expected_semi_after_stmt, SemiError); in ParseStatementOrDeclarationAfterAttributes()