Home | History | Annotate | Download | only in Parse

Lines Matching refs:DotDotDotLoc

686     SourceLocation DotDotDotLoc;
688 if (TryConsumeToken(tok::ellipsis, DotDotDotLoc)) {
689 Diag(DotDotDotLoc, diag::ext_gnu_case_range);
718 Actions.ActOnCaseStmt(CaseLoc, LHS.get(), DotDotDotLoc,