Searched refs:ParseObjCBooleanLiteral (Results 1 – 2 of 2) sorted by relevance
2098 return ParsePostfixExpressionSuffix(ParseObjCBooleanLiteral(AtLoc, true)); in ParseObjCAtExpression()2101 return ParsePostfixExpressionSuffix(ParseObjCBooleanLiteral(AtLoc, false)); in ParseObjCAtExpression()2609 ExprResult Parser::ParseObjCBooleanLiteral(SourceLocation AtLoc, in ParseObjCBooleanLiteral() function in Parser
1539 ExprResult ParseObjCBooleanLiteral(SourceLocation AtLoc, bool ArgValue);