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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp165 const char *SemiError = 0; local
169 // the token to end in a semicolon (in which case SemiError should be set),
255 SemiError = "do/while";
262 SemiError = "goto";
266 SemiError = "continue";
270 SemiError = "break";
274 SemiError = "return";
283 SemiError = "asm";
357 ExpectAndConsume(tok::semi, diag::err_expected_semi_after_stmt, SemiError);

Completed in 115 milliseconds