Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp804 bool MissingCase, ExprResult Expr) { in ParseCaseStatement() argument
805 assert((MissingCase || Tok.is(tok::kw_case)) && "Not a case stmt!"); in ParseCaseStatement()
838 SourceLocation CaseLoc = MissingCase ? Expr.get()->getExprLoc() : in ParseCaseStatement()
854 if (!MissingCase) { in ParseCaseStatement()
864 MissingCase = false; in ParseCaseStatement()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2123 bool MissingCase = false,