Home
last modified time | relevance | path

Searched refs:ParseCaseExpression (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/lib/Parse/
DParseStmt.cpp730 LHS = ParseCaseExpression(CaseLoc); in ParseCaseStatement()
747 RHS = ParseCaseExpression(CaseLoc); in ParseCaseStatement()
DParseExpr.cpp221 ExprResult Parser::ParseCaseExpression(SourceLocation CaseLoc) { in ParseCaseExpression() function in Parser
/external/llvm-project/clang/include/clang/Parse/
DParser.h1757 ExprResult ParseCaseExpression(SourceLocation CaseLoc);