Searched refs:AtomExpression (Results 1 – 1 of 1) sorted by relevance
102 struct AtomExpression : Expression { struct103 AtomExpression(Type type, const std::string &value, bool isId) in AtomExpression() function130 DISALLOW_COPY_AND_ASSIGN(AtomExpression);270 return new AtomExpression(type, value, isId); in atom()