Lines Matching refs:group
158 /// This is pushed on to the stack upon first seeing any kind of group,
160 /// upon leaving a group.
162 /// The old active flags when this group was opened.
164 /// If this group sets flags, then the new active flags are set to the
166 /// group. If the group doesn't set any flags, then this is simply
167 /// equivalent to whatever flags were set when the group was opened.
169 /// When this group is popped, the active flags should be restored to
221 /// Assert that the current stack frame is a group indicator and return
223 /// group was entered).
228 panic!("tried to unwrap group from HirFrame, got: {:?}", self)
769 fn hir_group(&self, group: &ast::Group, expr: Hir) -> Hir {
770 let kind = match group.kind {
782 Hir::group(hir::Group { kind, hir: Box::new(expr) })
1211 Hir::group(hir::Group {
1218 Hir::group(hir::Group {
1228 Hir::group(hir::Group {
1595 fn group() {