Searched defs:ExpFunc (Results 1 – 1 of 1) sorted by relevance
45 ExpFunc []*ExpFunc // accumulated ExpFunc from Files member71 ExpFunc []*ExpFunc // exported functions for this file member139 type ExpFunc struct { struct140 Func *ast.FuncDecl141 ExpName string // name to use from C142 Doc string