Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp683 bool MissingCase, ExprResult Expr) { in ParseCaseStatement() argument
684 assert((MissingCase || Tok.is(tok::kw_case)) && "Not a case stmt!"); in ParseCaseStatement()
716 SourceLocation CaseLoc = MissingCase ? Expr.get()->getExprLoc() : in ParseCaseStatement()
732 if (!MissingCase) { in ParseCaseStatement()
742 MissingCase = false; in ParseCaseStatement()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2065 bool MissingCase = false,