Home
last modified time | relevance | path

Searched refs:MissingCase (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseStmt.cpp761 bool MissingCase, ExprResult Expr) { in ParseCaseStatement() argument
762 assert((MissingCase || Tok.is(tok::kw_case)) && "Not a case stmt!"); in ParseCaseStatement()
794 SourceLocation CaseLoc = MissingCase ? Expr.get()->getExprLoc() : in ParseCaseStatement()
810 if (!MissingCase) { in ParseCaseStatement()
820 MissingCase = false; in ParseCaseStatement()
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h2098 bool MissingCase = false,