Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseStmt.cpp880 SourceLocation DotDotDotLoc; in ParseCaseStatement() local
882 if (TryConsumeToken(tok::ellipsis, DotDotDotLoc)) { in ParseCaseStatement()
883 Diag(DotDotDotLoc, diag::ext_gnu_case_range); in ParseCaseStatement()
909 Actions.ActOnCaseStmt(CaseLoc, LHS, DotDotDotLoc, RHS, ColonLoc); in ParseCaseStatement()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaStmt.cpp517 SourceLocation DotDotDotLoc, ExprResult RHSVal, in ActOnCaseStmt() argument
520 assert((DotDotDotLoc.isInvalid() ? RHSVal.isUnset() in ActOnCaseStmt()
542 CaseLoc, DotDotDotLoc, ColonLoc); in ActOnCaseStmt()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h10690 SourceLocation DotDotDotLoc, ExprResult RHS,