Home
last modified time | relevance | path

Searched refs:CaseLoc (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp716 SourceLocation CaseLoc = MissingCase ? Expr.get()->getExprLoc() : in ParseCaseStatement() local
733 LHS = ParseCaseExpression(CaseLoc); in ParseCaseStatement()
750 RHS = ParseCaseExpression(CaseLoc); in ParseCaseStatement()
775 Actions.ActOnCaseStmt(CaseLoc, LHS, DotDotDotLoc, RHS, ColonLoc); in ParseCaseStatement()
H A DParseExpr.cpp221 ExprResult Parser::ParseCaseExpression(SourceLocation CaseLoc) { in ParseCaseExpression() argument
226 return Actions.ActOnCaseExpr(CaseLoc, Res); in ParseCaseExpression()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp441 Sema::ActOnCaseExpr(SourceLocation CaseLoc, ExprResult Val) { in ActOnCaseExpr() argument
493 Sema::ActOnCaseStmt(SourceLocation CaseLoc, ExprResult LHSVal, in ActOnCaseStmt() argument
502 Diag(CaseLoc, diag::err_case_not_in_switch); in ActOnCaseStmt()
512 CaseLoc, DotDotDotLoc, ColonLoc); in ActOnCaseStmt()
H A DTreeTransform.h1271 StmtResult RebuildCaseStmt(SourceLocation CaseLoc, in RebuildCaseStmt() argument
1276 return getSema().ActOnCaseStmt(CaseLoc, LHS, EllipsisLoc, RHS, in RebuildCaseStmt()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1739 ExprResult ParseCaseExpression(SourceLocation CaseLoc);
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h4644 ExprResult ActOnCaseExpr(SourceLocation CaseLoc, ExprResult Val);
4645 StmtResult ActOnCaseStmt(SourceLocation CaseLoc, ExprResult LHS,