reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
142 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) { 142 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) { 143 return match_combine_or<LTy, RTy>(L, R);