Searched refs:ParseCaseStatement (Results 1 – 2 of 2) sorted by relevance
220 return ParseCaseStatement(attrs); in ParseStatementOrDeclaration()322 return ParseCaseStatement(Attrs, /*MissingCase=*/true, Expr); in ParseExprStatement()476 StmtResult Parser::ParseCaseStatement(ParsedAttributes &attrs, bool MissingCase, in ParseCaseStatement() function in Parser
1311 StmtResult ParseCaseStatement(ParsedAttributes &Attr,