Searched refs:SemiError (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Parse/
H A DParseStmt.cpp154 const char *SemiError = nullptr; local
158 // the token to end in a semicolon (in which case SemiError should be set),
244 SemiError = "do/while";
251 SemiError = "goto";
255 SemiError = "continue";
259 SemiError = "break";
263 SemiError = "return";
272 SemiError = "asm";
293 SemiError = "__leave";
370 ExpectAndConsume(tok::semi, diag::err_expected_semi_after_stmt, SemiError);
[all...]

Completed in 76 milliseconds