Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp861 SourceLocation AfterColonLoc = PP.getLocForEndOfToken(ColonLoc); in ParseCaseStatement() local
862 Diag(AfterColonLoc, diag::err_label_end_of_compound_statement) in ParseCaseStatement()
863 << FixItHint::CreateInsertion(AfterColonLoc, " ;"); in ParseCaseStatement()
916 SourceLocation AfterColonLoc = PP.getLocForEndOfToken(ColonLoc); in ParseDefaultStatement() local
917 Diag(AfterColonLoc, diag::err_label_end_of_compound_statement) in ParseDefaultStatement()
918 << FixItHint::CreateInsertion(AfterColonLoc, " ;"); in ParseDefaultStatement()