Searched defs:localRule (Results 1 – 1 of 1) sorted by relevance
377 type localRule struct { struct378 namePrefix string379 name_ string380 def_ *ruleDef381 argNames map[string]bool382 scope_ *basicScope385 func (l *localRule) packageContext() *packageContext {389 func (l *localRule) name() string {393 func (l *localRule) fullName(pkgNames map[*packageContext]string) string {397 func (l *localRule) def(interface{}) (*ruleDef, error) {[all …]