Lines Matching refs:localRule
314 argNames ...string) (*localRule, error) {
338 r := &localRule{
384 type localRule struct { struct
392 func (l *localRule) packageContext() *packageContext { argument
396 func (l *localRule) name() string { argument
400 func (l *localRule) fullName(pkgNames map[*packageContext]string) string { argument
404 func (l *localRule) memoizeFullName(pkgNames map[*packageContext]string) { argument
408 func (l *localRule) def(interface{}) (*ruleDef, error) { argument
412 func (r *localRule) scope() *basicScope { argument
416 func (r *localRule) isArg(argName string) bool { argument
420 func (r *localRule) String() string { argument