Searched refs:CaseLoc (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseStmt.cpp | 716 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 D | ParseExpr.cpp | 221 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 D | SemaStmt.cpp | 441 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 D | TreeTransform.h | 1271 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 D | Parser.h | 1739 ExprResult ParseCaseExpression(SourceLocation CaseLoc);
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 4644 ExprResult ActOnCaseExpr(SourceLocation CaseLoc, ExprResult Val); 4645 StmtResult ActOnCaseStmt(SourceLocation CaseLoc, ExprResult LHS,
|