Searched refs:ParseObjCBooleanLiteral (Results 1 – 2 of 2) sorted by relevance
2833 return ParsePostfixExpressionSuffix(ParseObjCBooleanLiteral(AtLoc, true)); in ParseObjCAtExpression()2836 return ParsePostfixExpressionSuffix(ParseObjCBooleanLiteral(AtLoc, false)); in ParseObjCAtExpression()3356 ExprResult Parser::ParseObjCBooleanLiteral(SourceLocation AtLoc, in ParseObjCBooleanLiteral() function in Parser
1637 ExprResult ParseObjCBooleanLiteral(SourceLocation AtLoc, bool ArgValue);