Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp699 SourceLocation DotDotDotLoc; in ParseCaseStatement() local
701 if (TryConsumeToken(tok::ellipsis, DotDotDotLoc)) { in ParseCaseStatement()
702 Diag(DotDotDotLoc, diag::ext_gnu_case_range); in ParseCaseStatement()
731 Actions.ActOnCaseStmt(CaseLoc, LHS.get(), DotDotDotLoc, in ParseCaseStatement()
/external/clang/lib/Sema/
DSemaStmt.cpp377 SourceLocation DotDotDotLoc, Expr *RHSVal, in ActOnCaseStmt() argument
432 CaseStmt(LHS.get(), RHS.get(), CaseLoc, DotDotDotLoc, ColonLoc); in ActOnCaseStmt()
/external/clang/include/clang/Sema/
DSema.h3384 SourceLocation DotDotDotLoc, Expr *RHSVal,