Home | History | Annotate | Download | only in Parse

Lines Matching refs:ExpectedLoc

563       SourceLocation ExpectedLoc = PP.getLocForEndOfToken(PrevTokLocation);
564 Diag(ExpectedLoc, diag::err_expected_colon_after) << "'case'"
565 << FixItHint::CreateInsertion(ExpectedLoc, ":");
566 ColonLoc = ExpectedLoc;
639 SourceLocation ExpectedLoc = PP.getLocForEndOfToken(PrevTokLocation);
640 Diag(ExpectedLoc, diag::err_expected_colon_after) << "'default'"
641 << FixItHint::CreateInsertion(ExpectedLoc, ":");
642 ColonLoc = ExpectedLoc;