Lines Matching defs:localRule
377 type localRule struct { struct
378 namePrefix string
379 name_ string
380 def_ *ruleDef
381 argNames map[string]bool
382 scope_ *basicScope
385 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) {
401 func (r *localRule) scope() *basicScope {
405 func (r *localRule) isArg(argName string) bool {
409 func (r *localRule) String() string {