Home | History | Annotate | Download | only in Parse

Lines Matching refs:ExpectedLoc

583       SourceLocation ExpectedLoc = PP.getLocForEndOfToken(PrevTokLocation);
584 Diag(ExpectedLoc, diag::err_expected_colon_after) << "'case'"
585 << FixItHint::CreateInsertion(ExpectedLoc, ":");
586 ColonLoc = ExpectedLoc;
659 SourceLocation ExpectedLoc = PP.getLocForEndOfToken(PrevTokLocation);
660 Diag(ExpectedLoc, diag::err_expected_colon_after) << "'default'"
661 << FixItHint::CreateInsertion(ExpectedLoc, ":");
662 ColonLoc = ExpectedLoc;