Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp812 SourceLocation AfterColonLoc = PP.getLocForEndOfToken(ColonLoc); in ParseCaseStatement() local
813 Diag(AfterColonLoc, diag::err_label_end_of_compound_statement) in ParseCaseStatement()
814 << FixItHint::CreateInsertion(AfterColonLoc, " ;"); in ParseCaseStatement()
867 SourceLocation AfterColonLoc = PP.getLocForEndOfToken(ColonLoc); in ParseDefaultStatement() local
868 Diag(AfterColonLoc, diag::err_label_end_of_compound_statement) in ParseDefaultStatement()
869 << FixItHint::CreateInsertion(AfterColonLoc, " ;"); in ParseDefaultStatement()