Searched refs:AfterColonLoc (Results 1 – 1 of 1) sorted by relevance
745 SourceLocation AfterColonLoc = PP.getLocForEndOfToken(ColonLoc); in ParseCaseStatement() local746 Diag(AfterColonLoc, diag::err_label_end_of_compound_statement) in ParseCaseStatement()747 << FixItHint::CreateInsertion(AfterColonLoc, " ;"); in ParseCaseStatement()795 SourceLocation AfterColonLoc = PP.getLocForEndOfToken(ColonLoc); in ParseDefaultStatement() local796 Diag(AfterColonLoc, diag::err_label_end_of_compound_statement) in ParseDefaultStatement()797 << FixItHint::CreateInsertion(AfterColonLoc, " ;"); in ParseDefaultStatement()