Searched defs:TypeSwitchGuard (Results 1 – 3 of 3) sorted by relevance
493 type TypeSwitchGuard struct { struct494 miniNode495 Tag *Ident496 X Node497 Used bool
226 TypeSwitchGuard struct { struct227 Lhs *Name // nil means no Lhs :=228 X Expr // X.(type)229 expr
725 … *Checker) typeSwitchStmt(inner stmtContext, s *syntax.SwitchStmt, guard *syntax.TypeSwitchGuard) {