Searched refs:ParseObjCBooleanLiteral (Results 1 – 2 of 2) sorted by relevance
2889 return ParsePostfixExpressionSuffix(ParseObjCBooleanLiteral(AtLoc, true)); in ParseObjCAtExpression()2892 return ParsePostfixExpressionSuffix(ParseObjCBooleanLiteral(AtLoc, false)); in ParseObjCAtExpression()3420 ExprResult Parser::ParseObjCBooleanLiteral(SourceLocation AtLoc, in ParseObjCBooleanLiteral() function in Parser
2143 ExprResult ParseObjCBooleanLiteral(SourceLocation AtLoc, bool ArgValue);