Searched defs:NegateExpr (Results 1 – 1 of 1) sorted by relevance
44 template<typename Arg0> class NegateExpr; variable242 NegateExpr(const Arg0& arg0) : m_arg0(arg0) {} in NegateExpr() function