Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp766 SourceLocation AfterColonLoc = PP.getLocForEndOfToken(ColonLoc); in ParseCaseStatement() local
767 Diag(AfterColonLoc, diag::err_label_end_of_compound_statement) in ParseCaseStatement()
768 << FixItHint::CreateInsertion(AfterColonLoc, " ;"); in ParseCaseStatement()
817 SourceLocation AfterColonLoc = PP.getLocForEndOfToken(ColonLoc); in ParseDefaultStatement() local
818 Diag(AfterColonLoc, diag::err_label_end_of_compound_statement) in ParseDefaultStatement()
819 << FixItHint::CreateInsertion(AfterColonLoc, " ;"); in ParseDefaultStatement()