func go/parser.isTypeSwitchAssert

3 uses

	go/parser (current package)
		parser.go#L1973: func isTypeSwitchAssert(x ast.Expr) bool {
		parser.go#L1982: 		return isTypeSwitchAssert(t.X)
		parser.go#L1985: 		if len(t.Lhs) == 1 && len(t.Rhs) == 1 && isTypeSwitchAssert(t.Rhs[0]) {