Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Parse/
DParseStmt.cpp689 SourceLocation AfterColonLoc = PP.getLocForEndOfToken(ColonLoc); in ParseCaseStatement() local
690 Diag(AfterColonLoc, diag::err_label_end_of_compound_statement) in ParseCaseStatement()
691 << FixItHint::CreateInsertion(AfterColonLoc, " ;"); in ParseCaseStatement()
738 SourceLocation AfterColonLoc = PP.getLocForEndOfToken(ColonLoc); in ParseDefaultStatement() local
739 Diag(AfterColonLoc, diag::err_label_end_of_compound_statement) in ParseDefaultStatement()
740 << FixItHint::CreateInsertion(AfterColonLoc, " ;"); in ParseDefaultStatement()