Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp680 SourceLocation DotDotDotLoc; in ParseCaseStatement() local
682 if (TryConsumeToken(tok::ellipsis, DotDotDotLoc)) { in ParseCaseStatement()
683 Diag(DotDotDotLoc, diag::ext_gnu_case_range); in ParseCaseStatement()
712 Actions.ActOnCaseStmt(CaseLoc, LHS.get(), DotDotDotLoc, in ParseCaseStatement()
/external/clang/lib/Sema/
DSemaStmt.cpp366 SourceLocation DotDotDotLoc, Expr *RHSVal, in ActOnCaseStmt() argument
421 CaseStmt(LHS.get(), RHS.get(), CaseLoc, DotDotDotLoc, ColonLoc); in ActOnCaseStmt()
/external/clang/include/clang/Sema/
DSema.h3073 SourceLocation DotDotDotLoc, Expr *RHSVal,