Searched defs:AfterColonLoc (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Parse/
H A DParseStmt.cpp725 SourceLocation AfterColonLoc = PP.getLocForEndOfToken(ColonLoc); local
726 Diag(AfterColonLoc, diag::err_label_end_of_compound_statement)
727 << FixItHint::CreateInsertion(AfterColonLoc, " ;");
775 SourceLocation AfterColonLoc = PP.getLocForEndOfToken(ColonLoc); local
776 Diag(AfterColonLoc, diag::err_label_end_of_compound_statement)
777 << FixItHint::CreateInsertion(AfterColonLoc, " ;");

Completed in 367 milliseconds