Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp613 StmtResult Parser::ParseCaseStatement(bool MissingCase, ExprResult Expr) { in ParseCaseStatement() argument
614 assert((MissingCase || Tok.is(tok::kw_case)) && "Not a case stmt!"); in ParseCaseStatement()
642 SourceLocation CaseLoc = MissingCase ? Expr.get()->getExprLoc() : in ParseCaseStatement()
658 if (!MissingCase) { in ParseCaseStatement()
676 MissingCase = false; in ParseCaseStatement()
/external/clang/include/clang/Parse/
DParser.h1579 StmtResult ParseCaseStatement(bool MissingCase = false,