Searched defs:m_Constant (Results 1 – 4 of 4) sorted by relevance
210 inline detail::constant_op_matcher m_Constant() { in m_Constant() function217 inline detail::constant_op_binder<AttrT> m_Constant(AttrT *bind_value) { in m_Constant() function
83 inline class_match<Constant> m_Constant() { return class_match<Constant>(); } in m_Constant() function308 inline bind_ty<Constant> m_Constant(Constant *&C) { return C; } in m_Constant() function
90 inline class_match<Constant> m_Constant() { return class_match<Constant>(); } in m_Constant() function591 inline bind_ty<Constant> m_Constant(Constant *&C) { return C; } in m_Constant() function
103 inline class_match<Constant> m_Constant() { return class_match<Constant>(); } in m_Constant() function706 inline bind_ty<Constant> m_Constant(Constant *&C) { return C; } in m_Constant() function