Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp769 SourceLocation AfterColonLoc = PP.getLocForEndOfToken(ColonLoc); in ParseCaseStatement() local
770 Diag(AfterColonLoc, diag::err_label_end_of_compound_statement) in ParseCaseStatement()
771 << FixItHint::CreateInsertion(AfterColonLoc, " ;"); in ParseCaseStatement()
820 SourceLocation AfterColonLoc = PP.getLocForEndOfToken(ColonLoc); in ParseDefaultStatement() local
821 Diag(AfterColonLoc, diag::err_label_end_of_compound_statement) in ParseDefaultStatement()
822 << FixItHint::CreateInsertion(AfterColonLoc, " ;"); in ParseDefaultStatement()