Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParseLabeledStatement

110       return ParseLabeledStatement(attrs);
435 /// ParseLabeledStatement - We have an identifier and a ':' after it.
441 StmtResult Parser::ParseLabeledStatement(ParsedAttributes &attrs) {