Searched refs:NewBooleanLiteral (Results 1 – 2 of 2) sorted by relevance
503 return factory->NewBooleanLiteral(!condition, pos); in BuildUnaryExpression()683 return factory->NewBooleanLiteral(true, pos); in ExpressionFromLiteral()685 return factory->NewBooleanLiteral(false, pos); in ExpressionFromLiteral()
3293 Literal* NewBooleanLiteral(bool b, int pos) { in NewBooleanLiteral() function