Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParseObjCBooleanLiteral

2056     return ParsePostfixExpressionSuffix(ParseObjCBooleanLiteral(AtLoc, true));
2059 return ParsePostfixExpressionSuffix(ParseObjCBooleanLiteral(AtLoc, false));
2550 /// ParseObjCBooleanLiteral -
2555 ExprResult Parser::ParseObjCBooleanLiteral(SourceLocation AtLoc,