Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp807 SourceLocation AfterColonLoc = PP.getLocForEndOfToken(ColonLoc); in ParseCaseStatement() local
808 Diag(AfterColonLoc, diag::err_label_end_of_compound_statement) in ParseCaseStatement()
809 << FixItHint::CreateInsertion(AfterColonLoc, " ;"); in ParseCaseStatement()
862 SourceLocation AfterColonLoc = PP.getLocForEndOfToken(ColonLoc); in ParseDefaultStatement() local
863 Diag(AfterColonLoc, diag::err_label_end_of_compound_statement) in ParseDefaultStatement()
864 << FixItHint::CreateInsertion(AfterColonLoc, " ;"); in ParseDefaultStatement()