Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParseObjCBooleanLiteral

2773     return ParsePostfixExpressionSuffix(ParseObjCBooleanLiteral(AtLoc, true));
2776 return ParsePostfixExpressionSuffix(ParseObjCBooleanLiteral(AtLoc, false));
3294 /// ParseObjCBooleanLiteral -
3299 ExprResult Parser::ParseObjCBooleanLiteral(SourceLocation AtLoc,