gotools/go/analysis/passes/reflectvaluecompare/reflectvaluecompare.go

var doc

var Analyzer

func run(pass *analysis.Pass) (interface{}

// isReflectValue reports whether the type of e is reflect.Value.
func isReflectValue(pass *analysis.Pass, e ast.Expr) bool {}