Searched refs:ParseCaseStatement (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp235 return ParseCaseStatement();
390 return ParseCaseStatement(/*MissingCase=*/true, Expr);
569 /// ParseCaseStatement
574 StmtResult Parser::ParseCaseStatement(bool MissingCase, ExprResult Expr) { function in class:Parser
588 // but all the grossness is constrained to ParseCaseStatement (and some
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1504 StmtResult ParseCaseStatement(bool MissingCase = false,

Completed in 67 milliseconds